hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2024-09-26 13:42:11 2 * @Date: 2024-09-26 13:42:11
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2024-12-12 17:05:36 4 + * @LastEditTime: 2024-12-13 15:54:37
5 * @FilePath: /hager/src/components/common/hagerHeader.vue 5 * @FilePath: /hager/src/components/common/hagerHeader.vue
6 * @Description: 文件描述 6 * @Description: 文件描述
7 --> 7 -->
...@@ -255,9 +255,6 @@ export default { ...@@ -255,9 +255,6 @@ export default {
255 goToHome () { // 跳转到首页 255 goToHome () { // 跳转到首页
256 this.$router.push({ 256 this.$router.push({
257 path: '/', 257 path: '/',
258 - query: {
259 - timestamp: Date.now()
260 - }
261 }); 258 });
262 }, 259 },
263 handleHeightResize () { 260 handleHeightResize () {
......