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