修改打包配置

This commit is contained in:
GYJ 2024-12-18 10:24:24 +08:00
parent f6d06423da
commit f85a73cf77
1 changed files with 2 additions and 4 deletions

View File

@ -16,10 +16,8 @@ var env = ''; // 运行环境
var DD = d.getDate() >= 10 ? d.getDate() : '0' + d.getDate()
var h = d.getHours() >= 10 ? d.getHours() : '0' + d.getHours()
var mm = d.getMinutes() >= 10 ? d.getMinutes() : '0' + d.getMinutes()
// version = yy + MM + DD + h + mm
// versionPath = distPath + '/' + version
// version = yy + MM + DD + h + mm
// versionPath = distPath + '/' + version
version = yy + MM + DD + h + mm
versionPath = distPath + '/' + version
})()
// 编译