diff --git a/admin-web-master/src/utils/request.js b/admin-web-master/src/utils/request.js index 0ef10f7..c04ac6f 100644 --- a/admin-web-master/src/utils/request.js +++ b/admin-web-master/src/utils/request.js @@ -17,13 +17,11 @@ let baseURL = '' if(host === 'localhost:8080' || host === 'localhost:8081' || host === 'localhost:9528'|| host === '192.168.31.45:9528'|| host === 'localhost:9529' ) { // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; - // baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; + baseURL = 'https://jy.scjysm.asia:18086/cdwlMall/meserver/admin-server'; // baseURL = 'http://172.16.61.125:9003'; -<<<<<<< HEAD - baseURL = 'http://192.168.2.107:9003'; -======= - baseURL = 'http://10.0.0.51:9003'; ->>>>>>> 9ffe7fd70c4f3476b43d932385794fadee51b6f0 + // baseURL = 'http://192.168.2.107:9003'; + + // baseURL = 'http://10.0.0.51:9003'; // baseURL = process.env.VUE_APP_DOMAIN_PREFIX_1; // baseURL = 'http://192.168.2.225:9003'; diff --git a/admin-web-master/src/views/renovation/brand/form.vue b/admin-web-master/src/views/renovation/brand/form.vue index 07208db..93538d1 100644 --- a/admin-web-master/src/views/renovation/brand/form.vue +++ b/admin-web-master/src/views/renovation/brand/form.vue @@ -23,7 +23,8 @@ - + { this.loading = true diff --git a/admin-web-master/src/views/renovation/brand/index.vue b/admin-web-master/src/views/renovation/brand/index.vue index 05b8ec2..2ce8f3a 100644 --- a/admin-web-master/src/views/renovation/brand/index.vue +++ b/admin-web-master/src/views/renovation/brand/index.vue @@ -35,7 +35,7 @@ label="Logo" >
商品详情
- 关闭 - 审核 + 审核
@@ -18,12 +18,12 @@
商品卖点:{{ productItem.productBrief }}
商品图片: -
+
@@ -220,7 +220,7 @@ export default { this.details() }, handlePictureCardPreview (item) { - this.dialogImageUrl = item.imgPath; + this.dialogImageUrl = this.$baseURL+item.imgPath; this.dialogVisible = true; }, diff --git a/admin-web-master/src/views/renovation/commoditySystem/index.vue b/admin-web-master/src/views/renovation/commoditySystem/index.vue index 11b1e74..fc12260 100644 --- a/admin-web-master/src/views/renovation/commoditySystem/index.vue +++ b/admin-web-master/src/views/renovation/commoditySystem/index.vue @@ -73,7 +73,7 @@ /> @@ -262,6 +262,12 @@ export default { }, // 方法集合 methods: { + msgList(list){ + if(list && list!=''){ + let strin = list.split(',') + return strin[0] + } + }, // 查看详情 Godetails (row) { this.$refs.addCommodity.show(row.productId) diff --git a/admin-web-master/src/views/shopRental/manage/index.vue b/admin-web-master/src/views/shopRental/manage/index.vue index 54d73a2..0e200a7 100644 --- a/admin-web-master/src/views/shopRental/manage/index.vue +++ b/admin-web-master/src/views/shopRental/manage/index.vue @@ -68,7 +68,6 @@ -