egg-shell-decorators
egg-shell-decorators copied to clipboard
EggShell 咋把 options 去掉了呢,prefix 配置都不生效
const { EggShell } = require('egg-shell-decorators')
module.exports = (app) => { EggShell(app, { prefix: '/node', quickStart: true }) }
全局路由前缀并没有生效
"egg-shell-decorators": "^1.5.0",
哥们,v1.5.0 版本,你咋吧 EggShell 的 options 给去掉了呢,留坑了了呀
我这1.6也是一样