feat(router): 修复超级工作室路由丢失导致无法启动的bug
This commit is contained in:
parent
e8055c2822
commit
ce142f132a
|
@ -2187,27 +2187,7 @@ export const constantRoutes = [
|
|||
name: 'Activity',
|
||||
meta: { title: '营销管理', icon: 'yx', icon1: 'yxSel' },
|
||||
children: [
|
||||
{
|
||||
path: 'superStudioAdmin',
|
||||
name: 'superStudioAdmin',
|
||||
component: ParentView,
|
||||
children: [
|
||||
{
|
||||
path: 'superStudioMessage',
|
||||
name: 'superStudioMessage',
|
||||
component: () => import('@/views/marketing/superStudioGift/message'),
|
||||
meta: { title: '基本信息' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'superStudioRule',
|
||||
name: 'superStudioRule',
|
||||
component: () => import('@/views/marketing/superStudioGift/rule'),
|
||||
meta: { title: '规则设置' },
|
||||
hidden: true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
path: 'giftGoods',
|
||||
name: 'GiftGoods',
|
||||
|
@ -3296,13 +3276,7 @@ export const constantRoutes = [
|
|||
meta: { title: '前台权限配置' },
|
||||
hidden: true
|
||||
},
|
||||
{
|
||||
path: 'superStudioGift',
|
||||
name: 'AaddMenuRole',
|
||||
component: () => import('@/views/system/addMenuRole/index'),
|
||||
meta: { title: '新增权限' },
|
||||
hidden: true
|
||||
},
|
||||
|
||||
{
|
||||
path: 'fieldRole',
|
||||
name: 'FieldRole',
|
||||
|
|
|
@ -298,13 +298,6 @@ export default {
|
|||
prop: 'firstPurchaseAll',
|
||||
total: 'firstPurchaseAllSum'
|
||||
},
|
||||
{
|
||||
id: 30,
|
||||
text: `能量舱金额(¥)`,
|
||||
checked: true,
|
||||
prop: 'energyAmountAll',
|
||||
total: 'energyAmountAllSum'
|
||||
},
|
||||
{
|
||||
id: 8,
|
||||
text: `${'直推收益'}(¥)`,
|
||||
|
|
|
@ -309,13 +309,7 @@ export default {
|
|||
prop: 'firstPurchaseAll',
|
||||
total: 'firstPurchaseAllSum'
|
||||
},
|
||||
// {
|
||||
// id: 30,
|
||||
// text: `能量舱金额(¥)`,
|
||||
// checked: true,
|
||||
// prop: "energyAmountAll",
|
||||
// total: "energyAmountAllSum",
|
||||
// },
|
||||
|
||||
// {
|
||||
// id: 8,
|
||||
// text: `${'直推收益'}(¥)`,
|
||||
|
|
|
@ -247,14 +247,7 @@ export default {
|
|||
text: `首购金额占比(%)`,
|
||||
prop: 'firstPurchaseRatio'
|
||||
},
|
||||
{
|
||||
text: `能量舱金额(¥)`,
|
||||
prop: 'energyAmountAll'
|
||||
},
|
||||
{
|
||||
text: `能量舱金额占比(%)`,
|
||||
prop: 'energyAmountRatio'
|
||||
},
|
||||
|
||||
{
|
||||
text: `首购奖金(¥)`,
|
||||
prop: 'mainBonus'
|
||||
|
|
|
@ -89,18 +89,6 @@
|
|||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-form-item label="是否有舱">
|
||||
<el-select v-model="select.cabinStatus" clearable>
|
||||
<el-option
|
||||
v-for="item in yesnoList"
|
||||
:key="item.value"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-form-item :label="'审核状态'">
|
||||
<el-select v-model="select.approveStatus" clearable>
|
||||
|
@ -241,11 +229,7 @@
|
|||
prop="county"
|
||||
label="区/县"
|
||||
/>
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="cabinStatusVal"
|
||||
label="是否有舱"
|
||||
/>
|
||||
|
||||
<el-table-column
|
||||
align="center"
|
||||
prop="cabinPkMemberCode"
|
||||
|
|
Loading…
Reference in New Issue