Compare commits

..

No commits in common. "07390bf6c76e3a5021ee9335957fc2a68a4df1c6" and "9e9dfae6d0dd956eb5ad226ee68ad2f79f592967" have entirely different histories.

View File

@ -63,7 +63,7 @@ function addUserRoutes(routes, userType, orgType, userRoles = []) {
const userRoutes = [];
// 如果是普通用户org_type为2或userType为user添加订单管理和资源管理路由
if (userType === 'user' || orgType == 2 ||3 ) {
if (userType === 'user' || orgType == 2) {
const orderManagementRoute = routes.find(route => route.path === "/orderManagement");
const resourceManagementRoute = routes.find(route => route.path === "/resourceManagement");