wgl 4 anni fa
parent
commit
490866c867
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: '返乡调查管理详情',
 						},