From 0628d060ba7769c7849e7978aabc412487eb74d5 Mon Sep 17 00:00:00 2001 From: 王旭 <1377869194@qq.com> Date: 星期一, 26 九月 2022 18:01:36 +0800 Subject: [PATCH] 接口调用准备 --- public/config/config.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index 5214518..dde48f8 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -1,4 +1,5 @@ -var baseUrl = 'http://192.168.20.53:8062'; + +const BASE_URL = 'http://192.168.20.39:12316'; var gisUrl = 'http://183.162.245.49:3301'; var ifreamUrl = 'http://192.168.20.39:12306/'; -- Gitblit v1.9.3