投稿提示
This commit is contained in:
@@ -957,6 +957,12 @@ export default new Router({
|
||||
title: 'Journal Installment'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/redirect',
|
||||
name: 'Redirect',
|
||||
component: () => import('../components/common/Redirect.vue'),
|
||||
meta: { hideInTags: true } //重新刷新页面 不想出现白屏闪烁
|
||||
},
|
||||
{
|
||||
path: '/JournalManagement', //用户列表
|
||||
component: () => import('../components/page/JournalManagement/JournalManagement/index.vue'),
|
||||
|
||||
Reference in New Issue
Block a user