配置式注释
This commit is contained in:
parent
04892007e9
commit
2bbc1fbda0
14
public/config.js
vendored
14
public/config.js
vendored
|
|
@ -1,13 +1,25 @@
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
window._CONFIG = {
|
window._CONFIG = {
|
||||||
|
// 地图用图片资源地址
|
||||||
ImageryProviderUrl: '/map/mapWX/{z}/{x}/{y}.jpg',
|
ImageryProviderUrl: '/map/mapWX/{z}/{x}/{y}.jpg',
|
||||||
RoadProviderUrl: '',
|
RoadProviderUrl: '',
|
||||||
TerrainProviderUrl: '/map/mapTerrain/',
|
TerrainProviderUrl: '/map/mapTerrain/',
|
||||||
showSystemMenu: false,
|
|
||||||
|
// 显示系统菜单
|
||||||
|
showSystemMenu: true,
|
||||||
|
|
||||||
|
// 使用第三方登录
|
||||||
useThirdLogin: false,
|
useThirdLogin: false,
|
||||||
|
// 第三方登录地址
|
||||||
thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin',
|
thirdLoginUrl: 'http://127.0.0.1:8080/thirdLogin',
|
||||||
|
// 第三方注册AppId
|
||||||
clientId: '0123456789',
|
clientId: '0123456789',
|
||||||
|
|
||||||
|
// 评估子系统 内嵌iframe地址
|
||||||
evaluationSrc: 'http://192.168.0.53:8088/thirdLogin/thirdLoginPage?username=admin',
|
evaluationSrc: 'http://192.168.0.53:8088/thirdLogin/thirdLoginPage?username=admin',
|
||||||
|
|
||||||
|
// 服务端地址
|
||||||
VUE_APP_API_URL: 'http://192.168.0.53:8099',
|
VUE_APP_API_URL: 'http://192.168.0.53:8099',
|
||||||
|
// websocket服务地址
|
||||||
VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099',
|
VUE_APP_WEBSOCKET_URL: 'ws://192.168.0.53:8099',
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user