From d362cfa12693539f5b77d6d0fcaa0fb0e2edfe63 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 30 七月 2020 18:46:03 +0800
Subject: [PATCH] 隐藏收起目录树按钮

---
 src/pages/index/app.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/pages/index/app.vue b/src/pages/index/app.vue
index 26f9550..320b1ab 100644
--- a/src/pages/index/app.vue
+++ b/src/pages/index/app.vue
@@ -138,8 +138,9 @@
           type: 'success',
           message: '鐧诲綍鎴愬姛锛�'
         })
-        await this.getMenuList()
-        this.$router.push('/Layout/Video')
+        // await this.getMenuList()
+        // this.$router.push('/Layout/Video')
+        location.assign("/view/desktop")
         return json
       } else {
         this.$notify({

--
Gitblit v1.8.0