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