diff --git a/bookshelfplus-frontend/package.json b/bookshelfplus-frontend/package.json index e92c606..5ed96dc 100644 --- a/bookshelfplus-frontend/package.json +++ b/bookshelfplus-frontend/package.json @@ -4,7 +4,7 @@ "private": true, "scripts": { "start": "node app", - "dev": "nodemon app", + "dev": "nodemon", "prod": "set NODE_ENV=production & pm2 start app.js --name bookshelfplus-frontend", "clean": "node cleanup.js" }, diff --git a/bookshelfplus.sql b/bookshelfplus.sql index 83d1375..cacc887 100644 --- a/bookshelfplus.sql +++ b/bookshelfplus.sql @@ -11,7 +11,7 @@ Target Server Version : 50726 File Encoding : 65001 - Date: 13/03/2022 01:51:00 + Date: 13/03/2022 02:15:21 */ SET NAMES utf8mb4; @@ -164,10 +164,11 @@ CREATE TABLE `user_info` ( `weixin_third_party_auth_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `qq_third_party_auth_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`id`) USING BTREE -) ENGINE = InnoDB AUTO_INCREMENT = 1 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic; +) ENGINE = InnoDB AUTO_INCREMENT = 2 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci ROW_FORMAT = Dynamic; -- ---------------------------- -- Records of user_info -- ---------------------------- +INSERT INTO `user_info` VALUES (1, 'xiaomo', 'e10adc3949ba59abbe56e057f20f883e', '小小墨', 'ADMIN', '', '', '', ''); SET FOREIGN_KEY_CHECKS = 1; diff --git a/bookshelfplus/.idea/runConfigurations/App.xml b/bookshelfplus/.idea/runConfigurations/App.xml index 06e4e12..8687ff2 100644 --- a/bookshelfplus/.idea/runConfigurations/App.xml +++ b/bookshelfplus/.idea/runConfigurations/App.xml @@ -11,7 +11,6 @@