fix: bbs与ai存储refreshToken

This commit is contained in:
Gsh
2025-06-29 00:57:57 +08:00
parent 03de576d8c
commit 39eb4bef07
7 changed files with 151 additions and 81 deletions

View File

@@ -12,8 +12,8 @@ VITE_WEB_BASE_API = '/dev-api'
# VITE_WEB_BASE_API='/prod-api'
# 本地接口
VITE_API_URL = http://localhost:19001/api/app
# VITE_API_URL=http://ccnetcore.com:19001/api/app
# VITE_API_URL = http://localhost:19001/api/app
VITE_API_URL=http://ccnetcore.com:19001/api/app
# SSO单点登录url
VITE_SSO_SEVER_URL='http://localhost:18001'