瀏覽代碼

feat: 扫码功能

qinyuyue 2 月之前
父節點
當前提交
ef2d8c0c30
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/scan/index.vue

+ 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
   })
 }