This commit is contained in:
2025-12-10 10:03:13 +08:00
parent c36145b848
commit 4c7b191311
13 changed files with 629 additions and 138 deletions

View File

@@ -24,7 +24,8 @@ export default new Router({
component: () => import( /* webpackChunkName: "dashboard" */
'../components/page/Dashboard_.vue'),
meta: {
title: 'Personal Center'
title: 'Personal Center',
hideJournal: true
}
},
// {
@@ -355,7 +356,8 @@ export default new Router({
component: () => import('../components/page/components/pendingPayment/success.vue'),
meta: {
title: 'Success',
hideJournal: true
hideJournal: true,
hideSidebar: true,
}
},
{