Explorar el Código

出差管理权限

duy hace 2 años
padre
commit
f25946f707
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/router/modules/base.js

+ 1 - 1
src/router/modules/base.js

@@ -298,7 +298,7 @@ export default [
             {
                 path: '/attendance/business-trip-info',
                 name: 'attendance-business-trip-info',
-                meta: {title: '出差管理信息'},
+                meta: {title: '出差管理信息', isAuth: true},
                 component: () => import('~src/views//attendance/business-trip/info.vue')
             },
             {