From 95fc665771abeb335b29e6d59fe74d69cf9c446f Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 23 七月 2020 08:49:20 +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