前后台联合测试wiki type 的增删改查排序等功能

This commit is contained in:
simple321vip
2023-03-26 10:40:19 +08:00
parent d7f16629f6
commit b7c8d182bc
2 changed files with 35 additions and 14 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ const scan_method: any = {
path: '/home'
})
},
test: (qrcode: string) => {
test: async (qrcode: string) => {
window.location.href = qrcode
},
}