升级核心依赖

This commit is contained in:
ap 2021-02-28 01:50:58 +08:00
parent 2e415cba07
commit d55d3c9582
2 changed files with 66 additions and 67 deletions

View File

@ -13,8 +13,7 @@
"ipip-ipdb": "^0.3.0", "ipip-ipdb": "^0.3.0",
"jsonwebtoken": "^8.5.1", "jsonwebtoken": "^8.5.1",
"md5": "^2.3.0", "md5": "^2.3.0",
"midwayjs-cool-core": "/Users/ap/Documents/srcs/cool-admin/midway-core/core/dist", "midwayjs-cool-core": "^3.0.3",
"midwayjs-cool-oss": "/Users/ap/Documents/srcs/cool-admin/midway-core/oss/dist",
"mysql2": "^2.2.5", "mysql2": "^2.2.5",
"svg-captcha": "^1.4.0", "svg-captcha": "^1.4.0",
"svg-to-dataurl": "^1.0.0" "svg-to-dataurl": "^1.0.0"

View File

@ -10,8 +10,8 @@ export default (appInfo: EggAppInfo) => {
host: '127.0.0.1', host: '127.0.0.1',
port: 3306, port: 3306,
username: 'root', username: 'root',
password: '', password: '123123',
database: 'cool-admin', database: 'cool',
// 自动建表 注意:线上部署的时候不要使用,有可能导致数据丢失 // 自动建表 注意:线上部署的时候不要使用,有可能导致数据丢失
synchronize: true, synchronize: true,
// 打印日志 // 打印日志