From ea74e7173ed7c611460d9289fcf88f85ee3ddc05 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 18 Mar 2021 11:35:44 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue

---
 src/views/home/home.vue |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index 86858d7..f6d30ff 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -1,3 +1,11 @@
+<!--
+ * @Descripttion: 
+ * @version: 
+ * @Author: song
+ * @Date: 2021-01-26 08:56:33
+ * @LastEditors: song
+ * @LastEditTime: 2021-03-18 10:37:42
+-->
 <template>
   <iframe v-show="iframeState" id="show-iframe" frameborder=0 name="showHere" scrolling=auto
           src="https://web.byisf.com:18001/bigScreen/view/1349193280059879426"></iframe>
@@ -15,7 +23,15 @@
         form: {},
       }
     },
+    mounted() {
+      window.handleStart = this.handleStart;
+    },
     methods: {
+      handleStart() {
+      this.$router.push({
+        path: `/real/history/000000000003`
+      });
+    }
       // getData() {
       //   var that = this;
       //

--
Gitblit v1.9.3