release: 2.6.2025040316

This commit is contained in:
caoqianming 2025-04-03 16:42:49 +08:00
parent de5f231154
commit 166b83c04d
1 changed files with 1 additions and 1 deletions

View File

@ -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.2025040211' SYS_VERSION = '2.6.2025040316'
X_FRAME_OPTIONS = 'SAMEORIGIN' X_FRAME_OPTIONS = 'SAMEORIGIN'
# Application definition # Application definition