feat: 前端搭建
This commit is contained in:
20
Yi.Ai.Vue3/.env.production
Normal file
20
Yi.Ai.Vue3/.env.production
Normal file
@@ -0,0 +1,20 @@
|
||||
# 页面标题
|
||||
VITE_WEB_TITLE = chat-template
|
||||
|
||||
# 页面英文标题
|
||||
VITE_WEB_TITLE_EN = chat-template
|
||||
|
||||
# 生产环境配置
|
||||
VITE_WEB_ENV = 'production'
|
||||
|
||||
# 生产环境
|
||||
VITE_WEB_BASE_API = '/prod-api'
|
||||
|
||||
# 是否在打包时开启压缩,支持 gzip 和 brotli
|
||||
VITE_BUILD_COMPRESS = gzip
|
||||
|
||||
# VITE_API_URL = http://122.51.75.95:6039
|
||||
# VITE_API_URL = http://129.211.24.7:6039
|
||||
VITE_API_URL = https://mp.pandarobot.chat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user