feat:Optimize the settlement interface and add a sharing function

This commit is contained in:
Zyronon
2025-11-23 02:57:56 +08:00
parent 35a71a7296
commit 2ad24720f9
8 changed files with 42 additions and 57 deletions

View File

@@ -17,7 +17,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
}