This commit is contained in:
Zyronon
2025-11-19 20:01:03 +08:00
committed by GitHub
parent d4e508faf1
commit f9c3da2f78
16 changed files with 556 additions and 390 deletions

View File

@@ -24,6 +24,7 @@ export let AppEnv = {
AppEnv.IS_LOGIN = !!AppEnv.TOKEN
AppEnv.CAN_REQUEST = AppEnv.IS_LOGIN && AppEnv.IS_OFFICIAL
// console.log('AppEnv.CAN_REQUEST',AppEnv.CAN_REQUEST)
export const RESOURCE_PATH = ENV.API + 'static'