-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -305,7 +305,7 @@ CREATE TABLE `cms_sysinfo` ( | |
INSERT INTO `cms_sysinfo` VALUES (1, '2024-08-09 19:26:09', 'title1', '欢迎来到ZHIYUN系统'); | ||
INSERT INTO `cms_sysinfo` VALUES (2, '2024-08-17 23:02:48', 'title2', '随着新一代信息技术与物流业融合,物流业需要推动传统物流模式向数字化、智能化、网联化的智慧物流模式转变。'); | ||
INSERT INTO `cms_sysinfo` VALUES (3, '2024-08-09 22:12:57', 'License', 'Copyright © 2024 ZHIYUN MIT Licensed\n'); | ||
INSERT INTO `cms_sysinfo` VALUES (4, '2024-08-09 20:07:27', 'syspath', '/xlogin/login') | ||
INSERT INTO `cms_sysinfo` VALUES (4, '2024-08-09 20:07:27', 'syspath', '/xlogin/login'); | ||
INSERT INTO `cms_sysinfo` VALUES (5, '2024-08-09 19:18:59', 'mailhost', 'smtp.qq.com'); | ||
INSERT INTO `cms_sysinfo` VALUES (6, '2024-08-09 20:06:41', 'username', '[email protected]'); | ||
INSERT INTO `cms_sysinfo` VALUES (7, '2024-08-09 20:06:41', 'password', 'xxxxxxxxxxxxxxx'); | ||
|
@@ -358,4 +358,4 @@ CREATE ALGORITHM = UNDEFINED SQL SECURITY DEFINER VIEW `wafmatch` AS select `cms | |
SET FOREIGN_KEY_CHECKS = 1; | ||
|
||
|
||
INSERT INTO `cms_admin` (`id`, `username`, `password`, `lastloginip`, `lastloginipaddr`, `lastlogintime`, `email`, `count`) VALUES (1, 'admin', 'b2608567efc2ec2eecc4b5a3ab20952a', '127.0.0.1', '本机地址', '2024-01-01 08:08:08', '[email protected]', 0); | ||
INSERT INTO `cms_admin` (`id`, `username`, `password`, `lastloginip`, `lastloginipaddr`, `lastlogintime`, `email`, `count`) VALUES (1, 'admin', 'b2608567efc2ec2eecc4b5a3ab20952a', '127.0.0.1', '本机地址', '2024-01-01 08:08:08', '[email protected]', 0); |