Files
Yi.Admin/Yi.Ai.Vue3/.env.development

23 lines
487 B
Plaintext
Raw Normal View History

2025-06-17 22:37:37 +08:00
# 页面标题
2025-06-20 00:06:10 +08:00
VITE_WEB_TITLE = 意心AI
2025-06-17 22:37:37 +08:00
# 页面英文标题
2025-06-20 00:06:10 +08:00
VITE_WEB_TITLE_EN = 意心AI
2025-06-17 22:37:37 +08:00
# 本地环境配置
VITE_WEB_ENV = 'development'
# 本地环境
VITE_WEB_BASE_API = '/dev-api'
# 本地接口
# VITE_API_URL = http://122.51.75.95:6039
2025-06-21 21:52:44 +08:00
VITE_API_URL=http://129.211.24.7:6039
2025-06-19 23:45:22 +08:00
# VITE_API_URL = https://ccnetcore.com
2025-06-17 22:37:37 +08:00
# VITE_API_URL = https://mp.pandarobot.chat
2025-06-21 21:52:44 +08:00
# SSO单点登录url
SSO_SEVER_URL='http://localhost:18001'
# SSO单点登录项目标识
SSO_CLIENT_ID='YiXin-Ai';