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

@@ -13,7 +13,7 @@ edition = "2021"
tauri-build = { version = "1.2", features = [] }
[dependencies]
tauri = { version = "1.2", features = ["shell-open"] }
tauri = { version = "1.2", features = ["api-all"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"