fuyu 4 năm trước cách đây
mục cha
commit
1192c8cf6a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      bin/server.js

+ 2 - 2
bin/server.js

@@ -2,7 +2,7 @@
  * @Author: fuyu
  * @Date: 2021-03-23 11:56:31
  * @LastEditors: fuyu
- * @LastEditTime: 2021-03-26 11:29:42
+ * @LastEditTime: 2021-03-26 11:30:05
  * @FilePath: /202103/code/sql_merge/bin/server.js
  */
 // import mongoose from 'mongoose'
@@ -19,7 +19,7 @@ import bodyParser from 'koa-bodyparser'
 import config from '../config'
 
 //建立MYSQL连接
-require('../src/dao_new');
+// require('../src/dao_new');
 // require('../src/dao_old');
 //创建Koa对象
 const app = new Koa()