fix
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 26s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 2s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
All checks were successful
Docker Build & Deploy / Build Docker Image (push) Successful in 26s
Docker Build & Deploy / Deploy to Production (push) Successful in 8s
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 2s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s
This commit is contained in:
@@ -58,7 +58,8 @@ const cachedViews = ref([
|
||||
'StatisticsView', // 统计页面
|
||||
'StatisticsV2View', // 统计V2页面
|
||||
'BalanceView', // 账单页面
|
||||
'BudgetView' // 预算页面
|
||||
'BudgetView', // 预算页面
|
||||
'BudgetV2View' // 预算V2页面
|
||||
])
|
||||
|
||||
const updateVh = () => {
|
||||
@@ -156,7 +157,7 @@ const showNav = computed(() => {
|
||||
'/', '/statistics-v2',
|
||||
'/calendar', '/calendar-v2',
|
||||
'/balance', '/message',
|
||||
'/budget', '/setting'
|
||||
'/budget', '/budget-v2', '/setting'
|
||||
].includes(route.path)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user