Commit 3e16bd15 by chehuidong

bug

parent 02d3caa7
......@@ -275,7 +275,9 @@
@change="onChange"
placeholder="请输入域名"
>
<template slot="append">.jomalls.com</template>
<template slot="append">{{
baseDomain
}}</template>
</el-input>
</el-form-item>
<el-form-item
......@@ -549,6 +551,7 @@ export default {
selection: [],
cloneEditForm: {},
loading: false,
baseDomain: '.jomalls.com',
}
},
async created() {
......@@ -627,7 +630,7 @@ export default {
this.editForm.databaseName =
'saas_' + this.editForm.databaseName
this.editForm.domain =
this.editForm.domain + '.joshine.cn'
this.editForm.domain + this.baseDomain
try {
if (this.editId) {
const res = await updateManageData(this.editForm)
......
......@@ -192,14 +192,12 @@
</p>
</div>
<div
style="
padding: 5px;
overflow: auto;
"
style="padding: 5px; overflow: auto"
v-html="detail.taskContent"
@click="fullScreenDisplay"
>这里有一段描述</div>
>
这里有一段描述
</div>
<div style="margin-top: 10px">
<div>
<el-input
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment