initHeader
This commit is contained in:
16
frontend/src/stores/constant.ts
Normal file
16
frontend/src/stores/constant.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
// pinia中auth store的key
|
||||
export const AUTH_STORE_KEY = "cn-auth";
|
||||
|
||||
// pinia中global store的key
|
||||
export const GLOBAL_STORE_KEY = "cn-global";
|
||||
|
||||
// pinia中keepAlive store的key
|
||||
export const KEEP_ALIVE_STORE_KEY = "cn-keepAlive";
|
||||
|
||||
// pinia中tabs store的key
|
||||
export const TABS_STORE_KEY = "cn-tabs";
|
||||
|
||||
// pinia中user store的key
|
||||
export const USER_STORE_KEY = "cn-user";
|
||||
|
||||
Reference in New Issue
Block a user