This commit is contained in:
liuye
2022-10-09 10:22:44 +08:00
11 changed files with 1569 additions and 37 deletions

View File

@@ -72,7 +72,7 @@ export default {
this.areaName = this.user.info.areaName
this.getTypeList()
this.getCorpLocation()
},
methods: {
@@ -161,7 +161,7 @@ export default {
initMap({lng, lat}) {
this.center = [lng, lat];
AMapLoader.load({
key: 'b553334ba34f7ac3cd09df9bc8b539dc',
key: '54a02a43d9828a8f9cd4f26fe281e74e',
version: '2.0',
plugins: ['AMap.ToolBar', 'AMap.Scale', 'AMap.MouseTool', 'AMap.MarkerClusterer'],
AMapUI: {
@@ -438,7 +438,7 @@ export default {
::v-deep .el-input, ::v-deep input {
border: none;
}
::v-deep .el-select {
padding-right: 28px;
}