소스 검색

路由权限

wgl 4 년 전
부모
커밋
490866c867
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/projects/business/router/other.js

+ 1 - 1
src/projects/business/router/other.js

@@ -48,7 +48,7 @@ const routesOther = [
 						name: 'OtherReturnInfo',
 						component: () => import('../views/Other/Return/Info.vue'),
 						meta: {
-							requireAuth: true,
+							requireAuth: false,
 							role: [],
 							title: '返乡调查管理详情',
 						},