main #35

Merged
charles merged 4 commits from main into prod 2025-11-19 17:29:23 +08:00
Showing only changes of commit fb5c21c478 - Show all commits

View File

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