This commit is contained in:
sheng
2023-07-25 15:25:57 +08:00
parent 8f57a240db
commit 7ccbcebe77
373 changed files with 41578 additions and 0 deletions

8
web/.env.production Normal file
View File

@@ -0,0 +1,8 @@
# 线上环境
ENV = 'production'
# 线上环境接口地址
VITE_API_URL = '/api' # docker-compose部署不需要修改nginx容器自动代理了这个地址
# 是否启用按钮权限
VITE_PM_ENABLED = true