From 2bbc1fbda085f96f30f38babf11a0e1eccadbbbe Mon Sep 17 00:00:00 2001 From: liaoboping <344114999@qq.com> Date: Sun, 28 Sep 2025 11:27:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=BC=8F=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index 51e105d..2d1e4c9 100644 --- a/public/config.js +++ b/public/config.js @@ -1,13 +1,25 @@ // @ts-ignore window._CONFIG = { + // 地图用图片资源地址 ImageryProviderUrl: '/map/mapWX/{z}/{x}/{y}.jpg', RoadProviderUrl: '', TerrainProviderUrl: '/map/mapTerrain/', - showSystemMenu: false, + + // 显示系统菜单 + showSystemMenu: true, + + // 使用第三方登录 useThirdLogin: false, + // 第三方登录地址 thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin', + // 第三方注册AppId clientId: '0123456789', + + // 评估子系统 内嵌iframe地址 evaluationSrc: 'http://192.168.0.53:8088/thirdLogin/thirdLoginPage?username=admin', + + // 服务端地址 VUE_APP_API_URL: 'http://192.168.0.53:8099', + // websocket服务地址 VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099', }