初始化项目

This commit is contained in:
2025-11-20 09:41:24 +08:00
parent afcacb878a
commit 66dada5605
9 changed files with 1620 additions and 1938 deletions

8
.env.production Normal file
View File

@@ -0,0 +1,8 @@
# 线上环境
ENV = 'production'
# public path 配置线上环境路径(打包)、本地通过 http-server 访问时,请置空即可
VITE_PUBLIC_PATH = '/sys/'
# 线上环境接口地址
VITE_API_URL = '/'