fix(http): tauri 跨域解决

This commit is contained in:
BTMuli
2023-03-05 23:08:55 +08:00
parent 8d6f9e13f9
commit a981238610
3 changed files with 429 additions and 3 deletions

View File

@@ -12,7 +12,12 @@
},
"tauri": {
"allowlist": {
"all": false,
"all": true,
"http": {
"all": true,
"request": true,
"scope": ["https://**", "http://**"]
},
"shell": {
"all": false,
"open": true