cool-team-official / cool-admin-midway

🔥 cool-admin(midway版)一个很酷的后台权限管理框架,Ai编码、流程编排、模块化、插件化、CRUD极速开发,永久开源免费,基于midway.js 3.x、typescript、typeorm、mysql、jwt、vue3、vite、element-ui等构建
https://cool-js.com
MIT License
2.65k stars 588 forks source link

模块下config.ts无法获取app.baseDir #112

Closed superjrun closed 1 year ago

superjrun commented 1 year ago

模块下的config.ts无法获取app.baseDir,env还可以获取。 ` export default (app:Application) => { return { …… app.baseDir ……

`

cool-team-official commented 1 year ago

可以获得 需要判断 app是否为空 如 app?.getBaseDir()