workflow: use pinia replace vuex and fix some bug

This commit is contained in:
xiaoxian521
2021-05-28 16:51:49 +08:00
parent a26f711d83
commit d9132ffa64
19 changed files with 264 additions and 223 deletions

View File

@@ -21,7 +21,7 @@ const systemRouter = {
// component: () => import("/@/views/system/user/index.vue"),
meta: {
title: "message.hsBaseinfo",
showLink: false,
showLink: true,
savedPosition: true,
},
},
@@ -31,7 +31,7 @@ const systemRouter = {
// component: () => import("/@/views/system/dict/index.vue"),
meta: {
title: "message.hsDict",
showLink: false,
showLink: true,
savedPosition: true,
},
},