hookehuyr

处理重定向微信历史返回按钮显示问题

1 别院预约 1 别院预约
2 +
3 +编译产物放到master上面,nsi到oa上面更新
......
1 <!-- 1 <!--
2 * @Date: 2023-06-13 13:26:46 2 * @Date: 2023-06-13 13:26:46
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2023-08-25 21:39:03 4 + * @LastEditTime: 2023-09-25 16:32:54
5 * @FilePath: /bieyuan/src/App.vue 5 * @FilePath: /bieyuan/src/App.vue
6 * @Description: 启动页 6 * @Description: 启动页
7 --> 7 -->
...@@ -59,7 +59,7 @@ onMounted(async () => { ...@@ -59,7 +59,7 @@ onMounted(async () => {
59 // 进入后先查询有没有订单,有订单直接跳转最终页面 59 // 进入后先查询有没有订单,有订单直接跳转最终页面
60 const { data } = await orderInfoAPI(); 60 const { data } = await orderInfoAPI();
61 if (data?.id) { 61 if (data?.id) {
62 - $router.push({ 62 + $router.replace({
63 path: '/result', 63 path: '/result',
64 query: { 64 query: {
65 id: data.id 65 id: data.id
......