changes
This commit is contained in:
@@ -14,7 +14,7 @@ export const useStore = defineStore("maindev", {
|
||||
branch: {},
|
||||
rights: [],
|
||||
product: [],
|
||||
selectedImeis: [],
|
||||
customer: undefined,
|
||||
}),
|
||||
actions: {
|
||||
commit(name, data) {
|
||||
@@ -24,7 +24,7 @@ export const useStore = defineStore("maindev", {
|
||||
},
|
||||
|
||||
persist: {
|
||||
pick: ["token", "login", "lang", "selectedImeis"],
|
||||
pick: ["token", "login", "lang", "customer"],
|
||||
storage: piniaPluginPersistedstate.localStorage(),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user