snow 4 月之前
父节点
当前提交
e34323fd75
共有 4 个文件被更改,包括 6 次插入6 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.df5c4a60.js
  3. 二进制
      dist/static/js/app.df5c4a60.js.gz
  4. 6 6
      src/pages/index.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.df5c4a60.js


二进制
dist/static/js/app.71d494ce.js.gz → dist/static/js/app.df5c4a60.js.gz


+ 6 - 6
src/pages/index.vue

@@ -35,16 +35,16 @@ export default {
   },
   computed: {
     permissionRoutes(){
-      return this.routes.filter(route => this.isShow.includes(route.permission) || this.isShow.includes(Number(route.permission)))
+      return this.routes
     }
   },
   mounted() {
     document.title = "数据导航"
-    if (!getParameterByName('code')) {
-      this.login()
-    } else {
-      this.requestUserinfo()
-    }
+    // if (!getParameterByName('code')) {
+    //   this.login()
+    // } else {
+    //   this.requestUserinfo()
+    // }
   },
   methods:{
     goRouter(e,link){

部分文件因为文件数量过多而无法显示