Commit 1c1e7513 authored by 张伯涛's avatar 张伯涛

bug修改

parent 0de8c437
......@@ -13,7 +13,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL: process.env.VUE_APP_BASE_API,
// 超时
timeout: 300000
timeout: 1200000
// headers: { 'clientType': 'fy_authority' }
})
// let loadingInstance = ''
......
......@@ -253,7 +253,7 @@
<i class="close" title="删除该节" @click="delSec(itemChild.businessId)" />
<i class="addplus" title="添加子节" @click="addSubsegmentBefore(itemChild)" />
<div v-show="!hasChild(itemChild)" style="display:inline-block;">
<el-checkbox v-model="itemChild.isAudition" :true-label="'1'" :false-label="'0'" @change="handleChangeIsAudition(itemChild,item)">试听</el-checkbox>
<!-- <el-checkbox v-model="itemChild.isAudition" :true-label="'1'" :false-label="'0'" @change="handleChangeIsAudition(itemChild,item)">试听</el-checkbox>-->
<el-checkbox v-model="itemChild.isOnTrial" :true-label="'1'" :false-label="'0'" @change="handleChangeIsOnTrial(itemChild,item)">试用</el-checkbox>
</div>
<!-- 资源按钮组 -->
......@@ -296,7 +296,7 @@
<i v-show="subIndex!==itemChild.childList.length-1" class="btnDown" title="下移一节" @click="chapterDown(subItem.businessId,itemChild.businessId,subItem.sort)" />
<i class="close" title="删除该节" @click="delSec(subItem.businessId)" />
<div style="display:inline-block;">
<el-checkbox v-model="subItem.isAudition" :true-label="'1'" :false-label="'0'" @change="handleChangeIsAudition(subItem,itemChild)">试听</el-checkbox>
<!-- <el-checkbox v-model="subItem.isAudition" :true-label="'1'" :false-label="'0'" @change="handleChangeIsAudition(subItem,itemChild)">试听</el-checkbox>-->
<el-checkbox v-model="subItem.isOnTrial" :true-label="'1'" :false-label="'0'" @change="handleChangeIsOnTrial(subItem,itemChild)">试用</el-checkbox>
</div>
<!-- 资源按钮组 -->
......
......@@ -251,7 +251,7 @@ export default {
this.$router.push('/controlPlatform/control')
}).catch(() => {
this.loading = false
this.verify = true
this.verify = false
if (this.captchaType === 'MATH' || this.captchaType === 'CHAR') {
this.getCode()
}
......
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