初始化项目

This commit is contained in:
2026-03-23 22:42:52 +08:00
parent 8c66e12320
commit b904a58fae

View File

@@ -2,7 +2,7 @@
VITE_PUBLIC_PATH = /vuePath
# 打包编译发布路径
VITE_OUTPUT_DIR = ../../jeesite-vue-dist/5.15.1/vue-dist/src/main/resources/vue-ui
VITE_OUTPUT_DIR = ../../web-api/src/main/resources/worker
# 路由模式true: history、false: hash
VITE_ROUTE_WEB_HISTORY = true
@@ -17,7 +17,7 @@ VITE_BUILD_COMPRESS = 'none'
# 是否删除源文件时使用压缩,默认为 false
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
# 访问接口的根路径例如https://vue.jeesite.com建议为空
# 访问接口的根路径建议为空
VITE_GLOB_API_URL =
# 访问接口的前缀,在根路径之后