添加发布申请路由
This commit is contained in:
parent
0a36fee338
commit
f7e85b493c
@ -65,5 +65,6 @@ export default {
|
||||
trainingPlatform: 'trainingPlatform',
|
||||
releaseApplication: 'Release application',
|
||||
courseApplication: 'Course release application',
|
||||
scriptReleaseApplication: 'Script release application'
|
||||
scriptReleaseApplication: 'Script release application',
|
||||
runGraphReleaseApplication: 'Run graph release application'
|
||||
};
|
||||
|
@ -66,5 +66,6 @@ export default {
|
||||
trainingPlatform: '实训平台',
|
||||
releaseApplication: '发布申请',
|
||||
courseApplication: '课程发布申请',
|
||||
scriptReleaseApplication: '剧本发布申请'
|
||||
scriptReleaseApplication: '剧本发布申请',
|
||||
runGraphReleaseApplication: '运行图发布申请'
|
||||
};
|
||||
|
@ -1054,7 +1054,14 @@ export const asyncRouter = [
|
||||
path: 'script',
|
||||
component: SkinCode,
|
||||
meta: {
|
||||
il8n: 'router'
|
||||
i18n: 'router.scriptReleaseApplication'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'runGraph',
|
||||
component: SkinCode,
|
||||
meta: {
|
||||
i18n: 'router.runGraphReleaseApplication'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user