Skip to content

Commit e43e644

Browse files
committed
fix: cache cause problem
1 parent 097ec6f commit e43e644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/router/routes/modules/dashboard.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const DASHBOARD: AppRouteRecordRaw = {
3535
requiresAuth: false,
3636
icon: 'Node16',
3737
roles: ['admin', 'cloud'],
38+
ignoreCache: true,
3839
},
3940
},
4041
{

0 commit comments

Comments
 (0)