fix: 放开产品页面

This commit is contained in:
Gsh
2025-06-23 23:36:59 +08:00
parent a46eb176d7
commit 04c2b246f6
8 changed files with 13 additions and 11 deletions

View File

@@ -11,10 +11,11 @@ VITE_WEB_ENV = 'development'
VITE_WEB_BASE_API = '/dev-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
SSO_SEVER_URL='http://localhost:18001'
# SSO_SEVER_URL='http://localhost:18001'
SSO_SEVER_URL='http://ccnetcore.com'
# SSO单点登录项目标识
SSO_CLIENT_ID='YiXin-Ai';