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 @@ />