'use strict'; /** * RBAC用户、角色、权限、组设 * saas的权限验证 */ const config = require("./config") // 错误处理 module.exports = { sort : 1, //排序 use : true, // 是否使用 fun : async (ctx, next, app) => { await next() } }