🐛 fix i18n init bug

This commit is contained in:
landaiqing
2024-08-13 15:40:30 +08:00
parent 431e690f02
commit fa1301689a
24 changed files with 135 additions and 106 deletions

View File

@@ -12,7 +12,7 @@ VITE_API_BASE_URL='http://1.95.0.111:5050'
VITE_TITLE_NAME='五味子云相册'
# token key
VITE_APP_TOKEN_KEY='schisandra'
VITE_APP_TOKEN_KEY='Bearer'
# the websocket url
VITE_WEB_SOCKET_URL='ws://127.0.0.1:3010/wx/socket'