From 9b5abd82ac4f5951480965ec85c602a3ab88d8ea Mon Sep 17 00:00:00 2001
From: jxdnsong <592566207@qq.com>
Date: Thu, 18 Mar 2021 10:40:26 +0800
Subject: [PATCH] 修改子页面跳转父页面方式,传参数不一样

---
 src/views/home/home.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index 414f188..f6d30ff 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -4,7 +4,7 @@
  * @Author: song
  * @Date: 2021-01-26 08:56:33
  * @LastEditors: song
- * @LastEditTime: 2021-03-18 10:23:31
+ * @LastEditTime: 2021-03-18 10:37:42
 -->
 <template>
   <iframe v-show="iframeState" id="show-iframe" frameborder=0 name="showHere" scrolling=auto
@@ -29,8 +29,7 @@
     methods: {
       handleStart() {
       this.$router.push({
-        path: `/realTimePolice/real`,
-        query: {"parm":"1","parm2":"0012413F0375"},
+        path: `/real/history/000000000003`
       });
     }
       // getData() {

--
Gitblit v1.9.3