* [bug#63254,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-06-12 05:38:52 +00:00
parent 7cc1a0ce48
commit 12c4b1a4f2
+1
View File
@@ -376,6 +376,7 @@ class installModel extends model
$config->section = 'global';
$config->key = 'showDemoUsers';
$config->value = '1';
$config->vision = '';
$this->dao->replace(TABLE_CONFIG)->data($config)->exec();
return true;