mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
add transaction tag
This commit is contained in:
@@ -27,6 +27,8 @@ import CategoryListPage from "../views/mobile/categories/List.vue";
|
||||
import CategoryEditPage from "../views/mobile/categories/Edit.vue";
|
||||
import CategoryDefaultPage from "../views/mobile/categories/Default.vue";
|
||||
|
||||
import TagListPage from "../views/mobile/tags/List.vue";
|
||||
|
||||
function checkLogin(to, from, resolve, reject) {
|
||||
const router = this;
|
||||
|
||||
@@ -210,6 +212,11 @@ const routes = [
|
||||
component: CategoryDefaultPage,
|
||||
beforeEnter: checkLogin
|
||||
},
|
||||
{
|
||||
path: '/tag/list',
|
||||
component: TagListPage,
|
||||
beforeEnter: checkLogin
|
||||
},
|
||||
{
|
||||
path: '(.*)',
|
||||
redirect: '/'
|
||||
|
||||
Reference in New Issue
Block a user