登录接口完成

This commit is contained in:
2026-08-18 15:00:02 +08:00
parent d91f7928dd
commit bf355b3fbf
7 changed files with 9 additions and 10 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ VITE_HTTP_PROXY=N
VITE_ROUTER_HISTORY_MODE=history
# success code of backend service, when the code is received, the request is successful
VITE_SERVICE_SUCCESS_CODE=0000
VITE_SERVICE_SUCCESS_CODE=0
# logout codes of backend service, when the code is received, the user will be logged out and redirected to login page
VITE_SERVICE_LOGOUT_CODES=8888,8889
@@ -47,7 +47,7 @@ VITE_STATIC_SUPER_ROLE=R_SUPER
VITE_SOURCE_MAP=N
# Used to differentiate storage across different domains
VITE_STORAGE_PREFIX=SOY_
VITE_STORAGE_PREFIX=
# used to control whether the program automatically detects updates
VITE_AUTOMATICALLY_DETECT_UPDATE=Y