修改打包方式去除版本控制打包,修改app文件名称根据配置文件请求地址判断

This commit is contained in:
2024-12-12 16:06:02 +08:00
parent f080db6c9a
commit 95b3a5c4ce
4 changed files with 21 additions and 6 deletions

View File

@@ -16,8 +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
})()
// 编译