This commit is contained in:
gotoeasy 2024-06-20 09:44:20 +08:00
parent abd3f4f696
commit 11200907e7
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package ver
// 版本号,升级版本时修改
const VERSION = "v0.15.1"
const VERSION = "v0.15.2"

View File

@ -1,7 +1,7 @@
# 前端项目运行端口号
VITE_PORT = 3010
# 前端项目打包路径[/]、[./]、[/dir/],【/】是最保险的
VITE_WEB_PATH = /
VITE_WEB_PATH = ./
# 打包时是否删除 debugger 语句
VITE_PRD_DROP_DEBUGGER = true