Explorar el Código

激活统计路由修正

wgl hace 4 años
padre
commit
7bfe5e21b6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      src/projects/business/router/master.js

+ 1 - 2
src/projects/business/router/master.js

@@ -1398,10 +1398,9 @@ const routesMaster = [
 						name: 'MasterCompanyRegisterStatisticsInfo',
 						component: () => import('../views/Master/Company/RegisterStatisticsInfo.vue'),
 						meta: {
-							requireAuth: true,
+							requireAuth: false,
 							role: [],
 							title: '激活统计人员详情',
-							mode: true
 						}
 					},
 				]