mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
support modifying statistics page default settings
This commit is contained in:
@@ -12,6 +12,7 @@ import AccountListPage from '../views/mobile/accounts/List.vue';
|
||||
import AccountEditPage from '../views/mobile/accounts/Edit.vue';
|
||||
|
||||
import StatisticsTransactionPage from '../views/mobile/statistics/Transaction.vue';
|
||||
import StatisticsSettingsPage from '../views/mobile/statistics/Settings.vue';
|
||||
|
||||
import SettingsPage from '../views/mobile/Settings.vue';
|
||||
import ApplicationLockPage from '../views/mobile/ApplicationLock.vue';
|
||||
@@ -175,6 +176,11 @@ const routes = [
|
||||
component: StatisticsTransactionPage,
|
||||
beforeEnter: checkLogin
|
||||
},
|
||||
{
|
||||
path: '/statistic/settings',
|
||||
component: StatisticsSettingsPage,
|
||||
beforeEnter: checkLogin
|
||||
},
|
||||
{
|
||||
path: '/settings',
|
||||
component: SettingsPage,
|
||||
|
||||
Reference in New Issue
Block a user