From 8a43335b7552ceaaf289b081e0d73ff8fe4d6419 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Wed, 2 Aug 2023 10:53:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E5=95=86=E5=AE=B6?= =?UTF-8?q?=E7=AB=AF=E4=BD=BF=E7=94=A8=E6=9C=80=E6=96=B0=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=EF=BC=8C=E9=BB=98=E8=AE=A4=E5=9C=A8?= =?UTF-8?q?config=E5=85=B3=E9=97=AD=E9=AB=98=E5=BE=B7=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=EF=BC=8C=E5=BC=80=E5=90=AF=E5=90=8E=E5=8F=AF?= =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seller/src/config/index.js | 1 + seller/src/main.js | 4 +- .../views/lili-components/i18n-translate.vue | 55 --- seller/src/views/lili-components/languages.js | 1 - seller/src/views/lili-components/region.vue | 119 ------- seller/src/views/my-components/map/index.vue | 89 ++--- .../views/my-components/map/multiple-map.vue | 143 ++++++++ seller/src/views/order/order/orderDetail.vue | 60 ++-- seller/src/views/shop/shopAddress.vue | 27 +- seller/src/views/shop/shopSetting.vue | 324 ++++++------------ 10 files changed, 342 insertions(+), 481 deletions(-) delete mode 100644 seller/src/views/lili-components/i18n-translate.vue delete mode 100644 seller/src/views/lili-components/languages.js delete mode 100644 seller/src/views/lili-components/region.vue create mode 100644 seller/src/views/my-components/map/multiple-map.vue diff --git a/seller/src/config/index.js b/seller/src/config/index.js index b9462ecb..5bd95c4d 100644 --- a/seller/src/config/index.js +++ b/seller/src/config/index.js @@ -10,6 +10,7 @@ module.exports = { aMapSecurityJsCode: "2bd0fbf621881f4c77be74f0e76495f3", // 高德web端js申请的安全密钥 aMapKey: "7f11113750315d8543daaf5c3ba353ca", //高德web端js申请的api key website: "https://www.pickmall.cn", //官网地址 + aMapSwitch:false, //是否开启高德定位 enableCDN: true, //生产环境 是否启用cdn加载 vue等js port: 10002, //端口 inputMaxLength: "140", //全局输入框默认最大输入长度字 diff --git a/seller/src/main.js b/seller/src/main.js index d4b59700..b33493ff 100644 --- a/seller/src/main.js +++ b/seller/src/main.js @@ -19,7 +19,7 @@ import { } from "@/libs/axios"; import {setStore, getStore, removeStore} from "@/libs/storage"; -import i18nBox from '@/views/lili-components/i18n-translate' + import util from "@/libs/util"; import VueLazyload from "vue-lazyload"; @@ -55,7 +55,7 @@ copyViewUi.Input.props.maxlength.default = inputMaxLength // 挂载最大输入 Vue.use(copyViewUi); Vue.component('liliDialog', liliDialog) -Vue.component('i18nBox', i18nBox) + Vue.component('liliDialog', liliDialog) Vue.component("vue-qr", vueQr); //此处将vue-qr添加为全局组件 diff --git a/seller/src/views/lili-components/i18n-translate.vue b/seller/src/views/lili-components/i18n-translate.vue deleted file mode 100644 index d1d7198e..00000000 --- a/seller/src/views/lili-components/i18n-translate.vue +++ /dev/null @@ -1,55 +0,0 @@ - - - - - \ No newline at end of file diff --git a/seller/src/views/lili-components/languages.js b/seller/src/views/lili-components/languages.js deleted file mode 100644 index b7324d56..00000000 --- a/seller/src/views/lili-components/languages.js +++ /dev/null @@ -1 +0,0 @@ -export const language = [{ title: "中文",value:1 }, { title: "英文" ,value:2}]; diff --git a/seller/src/views/lili-components/region.vue b/seller/src/views/lili-components/region.vue deleted file mode 100644 index 5254edcd..00000000 --- a/seller/src/views/lili-components/region.vue +++ /dev/null @@ -1,119 +0,0 @@ - - diff --git a/seller/src/views/my-components/map/index.vue b/seller/src/views/my-components/map/index.vue index 10fc0e8e..fa3425b7 100644 --- a/seller/src/views/my-components/map/index.vue +++ b/seller/src/views/my-components/map/index.vue @@ -1,31 +1,23 @@ + + diff --git a/seller/src/views/order/order/orderDetail.vue b/seller/src/views/order/order/orderDetail.vue index edeefd31..30ad2a27 100644 --- a/seller/src/views/order/order/orderDetail.vue +++ b/seller/src/views/order/order/orderDetail.vue @@ -12,7 +12,7 @@ - @@ -290,11 +290,11 @@ - - - + @@ -471,24 +471,27 @@ + +