12
This commit is contained in:
@@ -195,14 +195,14 @@
|
||||
<el-row v-show="currentTab === 1 && !isDisabled">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="商品详情:">
|
||||
<Tinymce v-model="formValidate.content"></Tinymce>
|
||||
<Tinymce v-model="formValidate.productDetail"></Tinymce>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row v-show="currentTab === 1 && isDisabled">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="商品详情:">
|
||||
<span v-html="formValidate.content || '无'"></span>
|
||||
<span v-html="formValidate.productDetail || '无'"></span>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
@@ -375,7 +375,8 @@ export default {
|
||||
formValidate: {
|
||||
recommendOrNewMark: "1",
|
||||
productStatus: "1",
|
||||
attr: []
|
||||
attr: [],
|
||||
productDetail:""
|
||||
},
|
||||
formDynamics: {
|
||||
ruleName: '',
|
||||
|
||||
@@ -25,7 +25,7 @@ module.exports = {
|
||||
proxy: {
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: `cls`,
|
||||
target: `http://192.168.0.254:38080`,
|
||||
target: `http://192.168.0.16:38080`,
|
||||
// target: `http://192.168.0.22:38080`,
|
||||
// target: `http://192.168.1.83:38080`,
|
||||
// target: 'http://222.132.26.119:8081',
|
||||
|
||||
Reference in New Issue
Block a user