fix: change api suffix

topwar
guofei 2024-11-18 13:13:53 +08:00
parent 9473427bd6
commit 741a498ca4
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
// var BaseUrl = "https://api.soyootech.com/";
var BaseUrl = "https://api.soyootech.com/";
var BaseUrl = "api/";
// var BaseUrl = "api/";
export async function UserLogin(loginForm) {
try {
var response = await fetch(BaseUrl + "SoyooUser/previewlogin", {