增加引导页设置功能
This commit is contained in:
		| @@ -113,6 +113,9 @@ | ||||
|                     <el-form-item label="接口是否单服务"> | ||||
|                       <el-checkbox v-model="form.isSingleService"/> | ||||
|                     </el-form-item> | ||||
|                     <el-form-item label="引导页"> | ||||
|                       <el-input v-model="form.guide" placeholder="带'/'会被认为是输入的页面路径" clearable/> | ||||
|                     </el-form-item> | ||||
|                     <ai-title title="底部导航栏"> | ||||
|                       <el-button type="text" slot="rightBtn" icon="iconfont iconAdd" @click="tabBar.list.push({})">添加</el-button> | ||||
|                     </ai-title> | ||||
| @@ -324,11 +327,12 @@ export default { | ||||
|               sysInfo, | ||||
|               appQRCode, | ||||
|               customLogin, | ||||
|               base | ||||
|               base, | ||||
|               guide | ||||
|             } | ||||
|           } = this | ||||
|           if (type == 'mp') { | ||||
|             this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService} | ||||
|             this.form.extra = {tabBar, appId, embeddedAppIdList, isSingleService, guide} | ||||
|           } else if (type == 'web') { | ||||
|             const {desc} = sysInfo | ||||
|             sysInfo.desc = JSON.parse(desc || null) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user