1.app中找不到mysql 解决在typings文件夹下的index.d.ts 添加如下代码import 'egg';declare module 'egg' { interface Application { mysql: any }}