🚸 optimized error response

This commit is contained in:
2024-12-18 16:26:52 +08:00
parent 68a8e3e5c4
commit 8ab873f5ce
23 changed files with 69 additions and 38 deletions

View File

@@ -4,7 +4,7 @@ VITE_NODE_ENV='production'
VITE_APP_BASE_API='/sys'
# 网站域名
VITE_APP_WEB_URL='http://localhost:5173'
VITE_APP_WEB_URL='https://www.landaiqing.cn'
# 网络请求公用地址
VITE_API_BASE_URL='https://landaiqing.cn'
@@ -15,11 +15,11 @@ VITE_TITLE_NAME='五味子云相册'
VITE_APP_TOKEN_KEY='Bearer'
# the websocket url
VITE_QR_SOCKET_URL='wss://landaiqing.cn/api/ws/qr_ws'
VITE_QR_SOCKET_URL='wss://landaiqing.cn/api/ws/qrcode'
VITE_MESSAGE_SOCKET_URL='wss://landaiqing.cn/api/ws/message_ws'
VITE_MESSAGE_SOCKET_URL='wss://landaiqing.cn/api/ws/message'
VITE_FILE_SOCKET_URL='ws://127.0.0.1:80/api/ws/file'
VITE_FILE_SOCKET_URL='wss://landaiqing.cn/api/ws/file'
# 签名密钥
VITE_FINGERPRINT_KEY='idm0jdoau38lwourb4pbjk4dxkat0kcx'