Commit 70104742 authored by zhengke's avatar zhengke

修改新窗口打开方式

parent 69234ccd
...@@ -520,7 +520,8 @@ ...@@ -520,7 +520,8 @@
this.$router.push({ this.$router.push({
path: path, path: path,
query: { query: {
id: id id: id,
blank: 'y'
} }
}); });
}, },
......
...@@ -506,6 +506,7 @@ ...@@ -506,6 +506,7 @@
path: path, path: path,
query: { query: {
id: id, id: id,
blank:'y',
cache: true cache: true
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment