Browse Source

fix: 修复顶部跳转问题

release-sy-v1.0.0
panyuyi 4 weeks ago
parent
commit
b6124c3022
  1. 14
      src/layout/components/Navbar.vue

14
src/layout/components/Navbar.vue

@ -382,13 +382,13 @@ export default {
) { ) {
this.handleJump(e.path); this.handleJump(e.path);
} }
} else if (e.value === "reservoir") { // } else if (e.value === "reservoir") {
this.$router.replace({ // this.$router.replace({
path: "/reservoir/engineeringCondition/resBaseInfo", // path: "/reservoir/engineeringCondition/resBaseInfo",
query: { // query: {
timestamp: new Date().getTime(), // timestamp: new Date().getTime(),
}, // },
}); // });
} else { } else {
this.$router.replace({ this.$router.replace({
path: "/", path: "/",

Loading…
Cancel
Save