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

26 lines
481 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_WEB_BASE_API='/prod-api'
2025-06-17 22:37:37 +08:00
# 本地接口
2025-07-18 20:46:30 +08:00
VITE_API_URL = http://localhost:19001/api/app
#VITE_API_URL=http://data.ccnetcore.com:19001/api/app
2025-06-21 21:52:44 +08:00
# SSO单点登录url
2025-07-15 00:54:34 +08:00
VITE_SSO_SEVER_URL=http://localhost:18001
# SSO_SEVER_URL='http://ccnetcore.com'
2025-07-03 17:13:21 +08:00
# 版本号
2025-07-15 00:54:34 +08:00
VITE_APP_VERSION='1.0.0'