hookehuyr

fix

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