From 4afe43b327abb403b2e4539e888e35aca2e6e6a8 Mon Sep 17 00:00:00 2001
From: TianYu <332368756@qq.com>
Date: Wed, 24 May 2023 10:34:35 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
yudao-ui-admin/.env.dev | 2 +-
.../src/views/mall/product/store/creatStore/index.vue | 4 ++--
yudao-ui-admin/src/views/mall/product/store/index.vue | 2 --
3 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/yudao-ui-admin/.env.dev b/yudao-ui-admin/.env.dev
index 69f30e8ff..0e883e135 100644
--- a/yudao-ui-admin/.env.dev
+++ b/yudao-ui-admin/.env.dev
@@ -6,7 +6,7 @@ VUE_APP_TITLE = 创盈商户管理系统
# 芋道管理系统/开发环境
#VUE_APP_BASE_API = 'https://cmx.bskies.cc:8000/cyywl-api'
-VUE_APP_BASE_API = 'http://192.168.1.188:48080'
+VUE_APP_BASE_API = 'http://api.cyywl.top'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true
diff --git a/yudao-ui-admin/src/views/mall/product/store/creatStore/index.vue b/yudao-ui-admin/src/views/mall/product/store/creatStore/index.vue
index 0bb99361a..568b00ab2 100644
--- a/yudao-ui-admin/src/views/mall/product/store/creatStore/index.vue
+++ b/yudao-ui-admin/src/views/mall/product/store/creatStore/index.vue
@@ -355,7 +355,7 @@ const defaultObj = {
isGood: false,
isHot: false,
isBest: false,
- tempId: '111',
+ tempId: '',
attrValue: [{
image: '',
price: 0,
@@ -819,7 +819,7 @@ export default {
// 运费模板;
getShippingList() {
shippingTemplatesList(this.tempData).then(res => {
- this.shippingList = res.list
+ this.shippingList = res.data.list
})
},
showInput(item) {
diff --git a/yudao-ui-admin/src/views/mall/product/store/index.vue b/yudao-ui-admin/src/views/mall/product/store/index.vue
index c7bf4ad9c..ff41e3f39 100644
--- a/yudao-ui-admin/src/views/mall/product/store/index.vue
+++ b/yudao-ui-admin/src/views/mall/product/store/index.vue
@@ -59,13 +59,11 @@
/>
-
-