| @@ -10,7 +10,7 @@ | |||||
| <link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico"> | <link rel="shortcut icon" type="image/x-icon" href="static/favicon.ico"> | ||||
| <script src="/static/js/ol.js"></script> | <script src="/static/js/ol.js"></script> | ||||
| <!-- <script type="text/javascript" src="http://api.tianditu.gov.cn/api?v=4.0&tk=cc4aba6e967096098249efa069733067"></script>--> | <!-- <script type="text/javascript" src="http://api.tianditu.gov.cn/api?v=4.0&tk=cc4aba6e967096098249efa069733067"></script>--> | ||||
| <script type="text/javascript" src="https://api.map.baidu.com/api?type=webgl&v=1.0&ak=XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1"></script> | |||||
| <!-- <script type="text/javascript" src="https://api.map.baidu.com/api?type=webgl&v=1.0&ak=XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1"></script>--> | |||||
| <title>COMPANY</title> | <title>COMPANY</title> | ||||
| </head> | </head> | ||||
| @@ -31,7 +31,6 @@ | |||||
| "sass-loader": "^6.0.6", | "sass-loader": "^6.0.6", | ||||
| "vant": "^2.13.2", | "vant": "^2.13.2", | ||||
| "vue": "^2.5.2", | "vue": "^2.5.2", | ||||
| "vue-baidu-map": "^0.21.22", | |||||
| "vue-cookies": "^1.7.4", | "vue-cookies": "^1.7.4", | ||||
| "vue-cropper": "^0.5.8", | "vue-cropper": "^0.5.8", | ||||
| "vue-esign": "^1.1.4", | "vue-esign": "^1.1.4", | ||||
| @@ -20,7 +20,7 @@ import initRichText from './utils/initHTMLEditor'; | |||||
| initRichText(); | initRichText(); | ||||
| //引用百度地图 | //引用百度地图 | ||||
| import BaiduMap from 'vue-baidu-map' | |||||
| // import BaiduMap from 'vue-baidu-map' | |||||
| Vue.use(VueCookies); | Vue.use(VueCookies); | ||||
| import global from '@/utils/global'; | import global from '@/utils/global'; | ||||
| @@ -47,10 +47,10 @@ import Vant from 'vant'; | |||||
| import 'vant/lib/index.css'; | import 'vant/lib/index.css'; | ||||
| Vue.use(Vant) | Vue.use(Vant) | ||||
| Vue.use(SearchTree) | Vue.use(SearchTree) | ||||
| Vue.use(BaiduMap, { | |||||
| /* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */ | |||||
| ak: 'XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1' | |||||
| }) | |||||
| // Vue.use(BaiduMap, { | |||||
| // /* Visit http://lbsyun.baidu.com/apiconsole/key for details about app key. */ | |||||
| // ak: 'XzwOBaO4CElCsPdl8LIFEvv5rTemG6w1' | |||||
| // }) | |||||
| Vue.use(VueHtml5Editor,{ | Vue.use(VueHtml5Editor,{ | ||||
| // 全局组件名称,使用new VueHtml5Editor(options)时该选项无效 | // 全局组件名称,使用new VueHtml5Editor(options)时该选项无效 | ||||
| // global component name | // global component name | ||||