投稿提示

This commit is contained in:
2026-01-07 09:17:59 +08:00
parent 539c8b312e
commit 0f3ee631e3
6 changed files with 290 additions and 94 deletions

View File

@@ -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'),