route.js 110 Bytes 编辑Web IDE 1 2 3 4 5 export default { '/api/auth_routes': { '/form/advanced-form': { authority: ['admin', 'user'] }, }, };