fix: 修改bug

pull/2/head
TianYu 2023-05-24 10:34:35 +08:00
parent 1c4fb81f08
commit 4afe43b327
3 changed files with 3 additions and 5 deletions

View File

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

View File

@ -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) {

View File

@ -59,13 +59,11 @@
/>
<el-table-column label="商品图" min-width="80">
<template slot-scope="scope">
<div class="demo-image__preview">
<el-image
style="width: 36px; height: 36px"
:src="scope.row.image"
:preview-src-list="[scope.row.image]"
/>
</div>
</template>
</el-table-column>
<el-table-column label="商品名称"