From d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@iotlink.com> Date: 星期四, 17 九月 2020 10:55:22 +0800 Subject: [PATCH] 处理外网端口映射无法跳转的问题 --- 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