diff --git a/public/mer.html b/public/mer.html
index 0128fe8..7529b41 100644
--- a/public/mer.html
+++ b/public/mer.html
@@ -1 +1 @@
-
加载中...
\ No newline at end of file
+加载中...
\ No newline at end of file
diff --git a/public/system.html b/public/system.html
index abd42bd..6d6003d 100644
--- a/public/system.html
+++ b/public/system.html
@@ -1,3 +1,3 @@
-加载中...
\ No newline at end of file
diff --git a/view/mer/src/views/order/index.vue b/view/mer/src/views/order/index.vue
index 1aec55a..2942025 100644
--- a/view/mer/src/views/order/index.vue
+++ b/view/mer/src/views/order/index.vue
@@ -691,12 +691,12 @@ export default {
},
// 是否开启电子面单
isOpenDump() {
- serveInfoApi().then((res) => {
- this.isDump = res.data.crmeb_serve_dump
- if (res.data.crmeb_serve_dump == 1) this.getEleTempData()
- }).catch((res) => {
- this.$message.error(res.message)
- })
+ // serveInfoApi().then((res) => {
+ // this.isDump = res.data.crmeb_serve_dump
+ // if (res.data.crmeb_serve_dump == 1) this.getEleTempData()
+ // }).catch((res) => {
+ // this.$message.error(res.message)
+ // })
},
// 获取快递公司列表
getExpressLst() {
diff --git a/view/mer/src/views/user/list/index.vue b/view/mer/src/views/user/list/index.vue
index cc2e14d..e7b9ee7 100644
--- a/view/mer/src/views/user/list/index.vue
+++ b/view/mer/src/views/user/list/index.vue
@@ -376,7 +376,6 @@ export default {
}
},
mounted() {
- this.getTagList()
this.getList('')
},
methods: {
@@ -522,15 +521,15 @@ export default {
},
// 标签列表
getTagList() {
- labelLstApi({
- page: 1,
- limit: 9999,
- all: 1
- }).then(res => {
- this.labelLists = res.data.list
- }).catch(res => {
- this.$message.error(res.message)
- })
+ // labelLstApi({
+ // page: 1,
+ // limit: 9999,
+ // all: 1
+ // }).then(res => {
+ // this.labelLists = res.data.list
+ // }).catch(res => {
+ // this.$message.error(res.message)
+ // })
},
// 详情
onDetails(row) {