Showing
2 changed files
with
4 additions
and
2 deletions
| 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 | ... | ... |
-
Please register or login to post a comment