mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
workflow: use pinia replace vuex and fix some bug
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user