Parcourir la source

fix(router): 将路由视图的isAuth属性从false改为true

yz il y a 1 mois
Parent
commit
4d0205b61a
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/router/views/index.js

+ 3 - 3
src/router/views/index.js

@@ -12,7 +12,7 @@ export default [
                 meta: {
                     i18n: "dashboard",
                     keepAlive: true,
-                    isAuth: false
+                    isAuth: true
                 },
                 component: () =>
                     import(/* webpackChunkName: "views" */ "@/views/wel/index")
@@ -23,7 +23,7 @@ export default [
                 meta: {
                     i18n: "dashboard",
                     menu: false,
-                    isAuth: false
+                    isAuth: true
                 },
                 component: () =>
                     import(
@@ -155,7 +155,7 @@ export default [
                 name: "预测管理",
                 meta: {
                     keepAlive: true,
-                    isAuth: false
+                    isAuth: true
                 },
                 component: () =>
                     import(