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