Merge branch 'master' of gitee.com:beijing_hongye_huicheng/lilishop-ui

This commit is contained in:
paulGao
2021-12-21 18:59:57 +08:00
24 changed files with 208 additions and 156 deletions

View File

@@ -13,7 +13,8 @@
</template>
<script>
import config from '@/config/index'
const config = require('@/config/index')
export default {
name: "footer",
data() {

View File

@@ -31,7 +31,8 @@
<script>
import AMapLoader from "@amap/amap-jsapi-loader";
import { getRegion } from "@/api/common.js";
import config from '@/config'
const config = require('@/config/index')
export default {
name: "map",
data() {