Update env.ts

This commit is contained in:
Zyronon
2025-12-22 11:17:54 +08:00
committed by GitHub
parent 4f76253c02
commit 19955607be

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,
}