flat: 修改地图
This commit is contained in:
10
config.js
10
config.js
@@ -6,7 +6,14 @@ module.exports = {
|
||||
showTitle: false,
|
||||
// map 1、黑色模块 2、白色模块
|
||||
// supperMap: 'http://10.165.0.44:1205/proxy/rest/maps/f346b6c59dc64d5793713cf384fab78d/33cbaa14370449a08588f1074ecfec67',
|
||||
supperMap: 'http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768',
|
||||
// supperMap: 'http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768',
|
||||
supperMap: (() => {
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
return 'http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768'
|
||||
} else {
|
||||
return 'map/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768'
|
||||
}
|
||||
})(),
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
// 应用名称
|
||||
@@ -38,6 +45,7 @@ module.exports = {
|
||||
} else {
|
||||
return {
|
||||
'{oss_file_url}': 'https://dy12333.org.cn/api',
|
||||
"http://10.165.0.173:8000": "https://dy12333.org.cn/api",
|
||||
"http://10.165.0.77:8000": "https://dy12333.org.cn/api"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user