feat: 完成登录页面接入pure

This commit is contained in:
橙子
2024-08-29 22:59:16 +08:00
parent 5f402488d4
commit bbe1a44788
9 changed files with 61 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ VITE_APP_BASE_API = '/dev-api'
VITE_APP_BASE_WS = '/dev-ws'
#RBAC
# VITE_APP_BASE_URL='http://localhost:19001/api'
VITE_APP_BASE_URL='http://localhost:19001/api/app'
#长连接
VITE_APP_BASE_URL_WS='http://localhost:19001/hub'