mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
refactor: 标签页重构,采用响应式storage
This commit is contained in:
@@ -26,6 +26,7 @@ app.config.globalProperties.$config = getConfig();
|
||||
import Storage from "responsive-storage";
|
||||
|
||||
app.use(Storage, {
|
||||
// 默认显示首页tag
|
||||
routesInStorage: {
|
||||
type: String,
|
||||
default: Storage.getData(undefined, "routesInStorage") ?? [
|
||||
|
||||
Reference in New Issue
Block a user