release: 2.6.2025040710
This commit is contained in:
parent
b852e9b740
commit
1efd1c71da
|
@ -1,3 +1,8 @@
|
||||||
|
## 2.6.2025040710
|
||||||
|
- feat: 新增功能
|
||||||
|
- copy时matin matout不自动生成 [caoqianming]
|
||||||
|
- fix: 问题修复
|
||||||
|
- get_dag时matin matout为空时不报错 [caoqianming]
|
||||||
## 2.6.2025040316
|
## 2.6.2025040316
|
||||||
- feat: 新增功能
|
- feat: 新增功能
|
||||||
- 通过指定mat_in/mat_out复制工艺路线 [caoqianming]
|
- 通过指定mat_in/mat_out复制工艺路线 [caoqianming]
|
||||||
|
|
|
@ -35,7 +35,7 @@ sys.path.insert(0, os.path.join(BASE_DIR, 'apps'))
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|
||||||
SYS_NAME = '星途工厂综合管理系统'
|
SYS_NAME = '星途工厂综合管理系统'
|
||||||
SYS_VERSION = '2.6.2025040316'
|
SYS_VERSION = '2.6.2025040710'
|
||||||
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
X_FRAME_OPTIONS = 'SAMEORIGIN'
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
Loading…
Reference in New Issue