新增:打包编译功能

This commit is contained in:
李强
2024-06-18 12:46:57 +08:00
parent 1f81ac5854
commit 38bb65f9d5
137 changed files with 2481 additions and 6332 deletions

11
web/.env.local_prod Normal file
View File

@@ -0,0 +1,11 @@
# 线上环境
ENV = 'local_prod'
# 线上环境接口地址
VITE_API_URL = '/'
# 是否启用按钮权限
VITE_PM_ENABLED = true
VITE_PUBLIC_PATH = /web/
# dist目录
VITE_DIST_PATH =../backend/templates/web/