初始化项目
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
VITE_PUBLIC_PATH = /vuePath
|
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)
|
# 路由模式(true: history、false: hash)
|
||||||
VITE_ROUTE_WEB_HISTORY = true
|
VITE_ROUTE_WEB_HISTORY = true
|
||||||
@@ -17,7 +17,7 @@ VITE_BUILD_COMPRESS = 'none'
|
|||||||
# 是否删除源文件时使用压缩,默认为 false
|
# 是否删除源文件时使用压缩,默认为 false
|
||||||
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
|
||||||
|
|
||||||
# 访问接口的根路径(例如:https://vue.jeesite.com)建议为空
|
# 访问接口的根路径建议为空
|
||||||
VITE_GLOB_API_URL =
|
VITE_GLOB_API_URL =
|
||||||
|
|
||||||
# 访问接口的前缀,在根路径之后
|
# 访问接口的前缀,在根路径之后
|
||||||
|
|||||||
Reference in New Issue
Block a user