egg-shell-decorators icon indicating copy to clipboard operation
egg-shell-decorators copied to clipboard

EggShell 咋把 options 去掉了呢,prefix 配置都不生效

Open zhaowei-plus opened this issue 4 years ago • 1 comments

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 给去掉了呢,留坑了了呀

zhaowei-plus avatar Nov 02 '20 08:11 zhaowei-plus

我这1.6也是一样 image

cuilonglong0422 avatar Sep 17 '22 14:09 cuilonglong0422