fix:变更版本号

This commit is contained in:
shijing 2025-08-07 16:54:48 +08:00
parent be1448c25d
commit bc582323ab
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ const DEFAULT_CONFIG = {
DASHBOARD_URL: "/dashboard",
//版本号
APP_VER: "2.7.2025070310",
APP_VER: "2.7.2025080716",
//内核版本号
CORE_VER: "1.6.9",

View File

@ -295,7 +295,7 @@ export default {
this.getMaterialOptions();
this.project_code = this.$TOOL.data.get("BASE_INFO").base.base_code;
this.form.routepack = this.routepack;
if(this.project_code=='bxerp'){
if(this.project_code=='bxerp'||this.project_code=='tcerp'){
this.form.material_out_tracking = 20;
}
},

View File

@ -1,7 +1,7 @@
#!/bin/bash
# 设置默认版本号 (格式: 2.6.YYYYMMDDHH)
DEFAULT_VERSION="2.6.$(date '+%Y%m%d%H')"
DEFAULT_VERSION="2.7.$(date '+%Y%m%d%H')"
# 获取参数 (起始tag)
TARGET_TAG="$1"