鉴权完成,并修复小程序接口拦截器问题

This commit is contained in:
aixianling
2023-01-13 17:57:46 +08:00
parent 9c26e09326
commit 5594dc2378
8 changed files with 107 additions and 16 deletions

View File

@@ -1,7 +1,2 @@
module.exports = () => {
// app.beforeStart(async () => {
// console.log(app.config)
// const mysqlConfig = await app.configCenter.fetch("mysql")
// app.database = app.mysql.createInstance(mysqlConfig)
// })
}