- 处理未 mock 情况需要处理的 api 数据,暂时后不需要提供这些 api

This commit is contained in:
sin
2019-03-04 12:15:44 +08:00
parent 171cf5b996
commit 78945c61a7
6 changed files with 87 additions and 19 deletions

View File

@@ -0,0 +1,6 @@
function getAuthRoutesData() {
// return {authority: ['admin', 'user']}
return { authority: ['guest'] };
}
export default getAuthRoutesData();