This commit is contained in:
全栈小学生 2025-01-17 19:44:38 +08:00
parent 2e643290e4
commit c9d2b78828
2 changed files with 2 additions and 3 deletions

View File

@ -1194,7 +1194,7 @@ INSERT INTO `site`(site_id, site_name, group_id, keywords, app_type, logo, `desc
UPDATE `site` SET site_id = 0 WHERE site_id = 1;
-- INSERT INTO `sys_user` VALUES ('1', '', '', '', '', '', '0', '0', '0', '1', '0', '0', '0');
INSERT INTO `sys_user` VALUES ('1', '', '', '', '', '', '0', '0', '0', '1', '0', '0', '0');
INSERT INTO `sys_user_role` VALUES ('1', '1', '0', '', '0', '1', '1', '0');

View File

@ -25,7 +25,6 @@
"topthink/think-orm": "v3.0.14",
"topthink/think-filesystem": "v2.0.2",
"topthink/think-multi-app": "v1.0.16",
"topthink/think-template": "v3.0.0",
"topthink/think-view": "v2.0.0",
"topthink/think-captcha": "v3.0.9",