This commit is contained in:
Viet An
2026-06-11 11:50:11 +07:00
parent a5a88b3b1c
commit 069ea1002c
20 changed files with 112 additions and 474 deletions

View File

@@ -14,7 +14,6 @@ export const useStore = defineStore("maindev", {
branch: {},
rights: [],
product: [],
customer: undefined,
}),
actions: {
commit(name, data) {
@@ -24,7 +23,7 @@ export const useStore = defineStore("maindev", {
},
persist: {
pick: ["token", "login", "lang", "customer"],
pick: ["token", "login", "lang"],
storage: piniaPluginPersistedstate.localStorage(),
},
});