dashboard
repositories
filestore
activity
search
login
main
/
jfpt-Vue
南昌市物联网技防平台-前端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
地图map相关
shuishen
2021-01-29
c0cba2f33dd6b1329b94d7ec4e4606fd46c28151
[jfpt-Vue.git]
/
public
/
map
/
views
/
map
/
core
/
ConfigData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
define(function() {
//
var _instance = {
geometryServiceUrl : "",
basemap:null,
widgets : null,
copyright : "",
proxyurl : "",
hockId : null,
busServices : null
};
return _instance;
});