add transaction tag

This commit is contained in:
MaysWind
2020-12-05 23:56:04 +08:00
parent e5e159dfec
commit 15d6a93a71
13 changed files with 1101 additions and 0 deletions
+7
View File
@@ -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: '/'