This commit is contained in:
xiaojunnuo
2025-01-19 01:07:20 +08:00
parent 5fc07d4dd4
commit 7f6d03c02a
9 changed files with 9 additions and 8 deletions
@@ -96,6 +96,7 @@ export class AuthorityMiddleware implements IWebMiddleware {
ctx.body = Constants.res.permission;
return;
}
await next();
};
}