- 处理未 mock 情况需要处理的 api 数据,暂时后不需要提供这些 api
This commit is contained in:
6
admin-web/src/mock-data/authRoutesData.js
Normal file
6
admin-web/src/mock-data/authRoutesData.js
Normal file
@@ -0,0 +1,6 @@
|
||||
function getAuthRoutesData() {
|
||||
// return {authority: ['admin', 'user']}
|
||||
return { authority: ['guest'] };
|
||||
}
|
||||
|
||||
export default getAuthRoutesData();
|
||||
Reference in New Issue
Block a user