Commit 3d8b0845 authored by Quxl's avatar Quxl

x

parent 6a391302
...@@ -101,4 +101,9 @@ public class HttpServiceImpl implements HttpService { ...@@ -101,4 +101,9 @@ public class HttpServiceImpl implements HttpService {
return responseBody; return responseBody;
} }
public static void main(String[] args) {
JSONObject jsonObject = JSON.parseObject("");
String responseBody = HttpUtil.get("https://dev.egolm.com/route/route", jsonObject);
System.out.println(responseBody);
}
} }
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
<el-dialog title="编辑监控项目" :visible.sync="formVisible" width="650px"> <el-dialog title="编辑监控项目" :visible.sync="formVisible">
<el-form :model="form"> <el-form :model="form">
<el-form-item label="监控名称" label-width="120px" style="width:85%"> <el-form-item label="监控名称" label-width="120px" style="width:85%">
<el-input v-model="form.item_desc" placeholder="请输入监控名"></el-input> <el-input v-model="form.item_desc" placeholder="请输入监控名"></el-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment