登录页面样式&检测计划样式修改

This commit is contained in:
zhujiyan
2024-08-23 16:51:49 +08:00
parent d0aaa24f90
commit 531ec04f8d
11 changed files with 170 additions and 262 deletions

View File

@@ -1,7 +1,7 @@
import http from "@/api";
export const getStaticTreeData = (data: any) => {
return http.post<Static.planData>(
"http://127.0.0.1:4523/m1/2573730-0-default/plan/static/planData",
"http://192.168.1.123:4523/m1/2573730-0-default/plan/static/planData",
data,
{ loading: false }
); // 正常 post json 请求 ==> application/json