qinyuyue 2 сар өмнө
parent
commit
ef2d8c0c30

+ 1 - 1
src/pages/scan/index.vue

@@ -126,7 +126,7 @@ const getResults = (result) => {
 const handleSuccess = (result) => {
   results.value = result
   router.replace({
-    path: '/scan/scan-result',
+    path: '/chat/qr-results',
     query: result ? getResults(result) : result
   })
 }