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 @@ - - {{ addrContent.address }} - - - - - - {{ tip.name }} - {{ tip.district + tip.address }} - - - - - 取消 - 确定 - - + {{ addrContent.address }} + + + + + + + {{ tip.name }} + {{ tip.district + tip.address }} + + + + + + + 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 @@ - - {{ addressForm.consigneeAddressPath }} + 修改 - + @@ -471,24 +471,27 @@ 打印发货单 + +
{{ tip.name }}
{{ tip.district + tip.address }}