mirror of
https://gitee.com/zhijiantianya/yudao-cloud.git
synced 2026-05-14 11:17:48 +00:00
6 lines
110 B
JavaScript
6 lines
110 B
JavaScript
export default {
|
|
'/api/auth_routes': {
|
|
'/form/advanced-form': { authority: ['admin', 'user'] },
|
|
},
|
|
};
|