|
@ -90,8 +90,8 @@ Vue.prototype.handleTree = handleTree |
|
|
Vue.prototype.socket = Socket |
|
|
Vue.prototype.socket = Socket |
|
|
Vue.prototype.numberMul = numberMul |
|
|
Vue.prototype.numberMul = numberMul |
|
|
|
|
|
|
|
|
import boardBaseData from '@/common/boardBaseData' |
|
|
import getBoardBaseData from '@/common/getBoardBaseData' |
|
|
boardBaseData(); |
|
|
Vue.prototype.getBoardBaseData = getBoardBaseData; |
|
|
|
|
|
|
|
|
// gis
|
|
|
// gis
|
|
|
Vue.prototype.$GlobalConfig = config.GlobalConfig |
|
|
Vue.prototype.$GlobalConfig = config.GlobalConfig |
|
|