hookehuyr

fix

<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-11-27 16:23:08
* @LastEditTime: 2024-12-23 18:02:25
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
......@@ -536,7 +536,7 @@ onMounted(async () => {
});
})
.catch(() => { // 删除cookie
Cookies.remove(to.query.code);
Cookies.remove($route.query.code);
});
}
}
......