show mobile url qrcode on desktop page

This commit is contained in:
MaysWind
2023-06-24 21:28:28 +08:00
parent 4f35ba0931
commit 5bcf5bf93e
9 changed files with 143 additions and 2 deletions
+4
View File
@@ -154,6 +154,10 @@ export default defineConfig(async () => {
target: 'http://127.0.0.1:8080/',
changeOrigin: true
},
'/qrcode': {
target: 'http://127.0.0.1:8080/',
changeOrigin: true
},
'/proxy': {
target: 'http://127.0.0.1:8080/',
changeOrigin: true