This commit is contained in:
Zyronon
2025-12-13 16:54:25 +08:00
parent 9913421cd7
commit b7d6e4e09c
6 changed files with 486 additions and 153 deletions

View File

@@ -19,7 +19,7 @@ export const ENV = Object.assign(map['DEV'], common)
export let AppEnv = {
TOKEN: localStorage.getItem('token') ?? '',
IS_OFFICIAL: true,
IS_OFFICIAL: false,
IS_LOGIN: false,
CAN_REQUEST: false
}