fix: 修改bug
parent
1c4fb81f08
commit
4afe43b327
|
@ -6,7 +6,7 @@ VUE_APP_TITLE = 创盈商户管理系统
|
||||||
|
|
||||||
# 芋道管理系统/开发环境
|
# 芋道管理系统/开发环境
|
||||||
#VUE_APP_BASE_API = 'https://cmx.bskies.cc:8000/cyywl-api'
|
#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
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|
|
@ -355,7 +355,7 @@ const defaultObj = {
|
||||||
isGood: false,
|
isGood: false,
|
||||||
isHot: false,
|
isHot: false,
|
||||||
isBest: false,
|
isBest: false,
|
||||||
tempId: '111',
|
tempId: '',
|
||||||
attrValue: [{
|
attrValue: [{
|
||||||
image: '',
|
image: '',
|
||||||
price: 0,
|
price: 0,
|
||||||
|
@ -819,7 +819,7 @@ export default {
|
||||||
// 运费模板;
|
// 运费模板;
|
||||||
getShippingList() {
|
getShippingList() {
|
||||||
shippingTemplatesList(this.tempData).then(res => {
|
shippingTemplatesList(this.tempData).then(res => {
|
||||||
this.shippingList = res.list
|
this.shippingList = res.data.list
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
showInput(item) {
|
showInput(item) {
|
||||||
|
|
|
@ -59,13 +59,11 @@
|
||||||
/>
|
/>
|
||||||
<el-table-column label="商品图" min-width="80">
|
<el-table-column label="商品图" min-width="80">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div class="demo-image__preview">
|
|
||||||
<el-image
|
<el-image
|
||||||
style="width: 36px; height: 36px"
|
style="width: 36px; height: 36px"
|
||||||
:src="scope.row.image"
|
:src="scope.row.image"
|
||||||
:preview-src-list="[scope.row.image]"
|
:preview-src-list="[scope.row.image]"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="商品名称"
|
<el-table-column label="商品名称"
|
||||||
|
|
Loading…
Reference in New Issue