Commit 76621a8f authored by “yiyousong”'s avatar “yiyousong”

perf: 优化设备列表返回上一级

parent e593efb0
...@@ -758,7 +758,10 @@ export default { ...@@ -758,7 +758,10 @@ export default {
handleBack() { handleBack() {
let path = sessionStorage.getItem("sitestat"); let path = sessionStorage.getItem("sitestat");
if (path) { if (path) {
this.$router.push(path); this.$router.push({
path,
query: this.info,
});
} else { } else {
this.$router.back(); this.$router.back();
} }
......
...@@ -317,7 +317,7 @@ export default { ...@@ -317,7 +317,7 @@ export default {
justify-content: space-between; justify-content: space-between;
} }
.ckxq { .ckxq {
font-size: 10px; font-size: 12px;
margin-right: 20px; margin-right: 20px;
margin-top: 8px; margin-top: 8px;
color: #1890ff; color: #1890ff;
......
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