This commit is contained in:
Zyronon
2025-12-12 19:05:23 +08:00
committed by GitHub
parent 32ded83ee6
commit 3ddd38144b
9 changed files with 525 additions and 473 deletions

View File

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