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

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

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