This commit is contained in:
张成
2025-10-09 23:18:09 +08:00
parent 1d3eb75c64
commit b81e768035
43 changed files with 39 additions and 40 deletions

View File

@@ -1,4 +1,4 @@
import http from "@/libs/http";
class UserServer {
async login(row) {
let res = await window.framework.http.post("/sys_user/login", row);