|
|
@@ -536,6 +536,13 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row :gutter="20">
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-form-item label="业务域名配置" prop="businessDomain">
|
|
|
+ <el-input v-model="form.businessDomain" placeholder="请输入业务域名,如:example.com"/>
|
|
|
+ </el-form-item>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</div>
|
|
|
|
|
|
<!-- 其他信息 -->
|
|
|
@@ -995,7 +1002,7 @@ export default {
|
|
|
createTime: null, updateTime: null, status: 0, startTime: null, limitTime: null, restartTime: '13:10',
|
|
|
balance: null, companyType: null, groupName: null, userId: null, remark: null, isOpenRestReminder: null,
|
|
|
linkName: null, limitUserCount: null, maxPadNum: -1, miniAppMaster: [], miniAppList: [], isDel: null,
|
|
|
- courseMaAppId: null, courseMiniAppId: null, isOpenStoredPay: null
|
|
|
+ courseMaAppId: null, courseMiniAppId: null, isOpenStoredPay: null, businessDomain: null
|
|
|
}
|
|
|
this.resetForm('form')
|
|
|
},
|