Commit 93405e51ec425002dc592fe250e9d16345b6e028
1 parent
c1ea9776
高德地图替换新 key
Showing
2 changed files
with
2 additions
and
2 deletions
trash-ui/src/main.js
| ... | ... | @@ -41,7 +41,7 @@ Vue.prototype.parseStatus = parseStatus |
| 41 | 41 | Vue.prototype.checkPer = checkPermi |
| 42 | 42 | |
| 43 | 43 | Vue.use(plugins) |
| 44 | -Vue.prototype.$aMapKey = "902732b0ff4758e4b39f0f34f0cb1cb0";// 高德地图key | |
| 44 | +Vue.prototype.$aMapKey = "3865c516a0e83ce0ca5cec3f2087675c";// 高德地图key | |
| 45 | 45 | |
| 46 | 46 | // Vue.prototype.remoteFrame = "http://183.66.242.6:14601" |
| 47 | 47 | // Vue.prototype.remoteFrame = "http://175.178.228.30:14601" | ... | ... |
trash-ui/src/views/unit/dropPointInfo/index.vue
| ... | ... | @@ -313,7 +313,7 @@ import Treeselect from "@riophae/vue-treeselect"; |
| 313 | 313 | |
| 314 | 314 | // 设置安全密钥 |
| 315 | 315 | window._AMapSecurityConfig = { |
| 316 | - securityJsCode: 'aa1db7d8f534f3da3f6d8a6a71382802', | |
| 316 | + securityJsCode: 'c82d0bf9ef42c220d3295a712cdd18b8', | |
| 317 | 317 | } |
| 318 | 318 | |
| 319 | 319 | export default { | ... | ... |