登录页面样式&检测计划样式修改
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user