From 16d7104f8bb00f2f7dcd518c1dd0f63d76072a98 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期五, 18 九月 2020 10:22:52 +0800
Subject: [PATCH] 修复卡片窗口缩放bug

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

diff --git a/src/pages/index/App.vue b/src/pages/index/App.vue
index bb2b52f..22a9f70 100644
--- a/src/pages/index/App.vue
+++ b/src/pages/index/App.vue
@@ -140,7 +140,7 @@
         })
         // await this.getMenuList()
         // this.$router.push('/Layout/Video')
-        location.assign("/view/desktop")
+        location.assign("/view/desktop/")
         return json
       } else {
         this.$notify({

--
Gitblit v1.8.0