Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
2e9b995a848f79cdfc465a12c6d30266d81d8040
Authored by
fengwotao
2023-04-04 18:21:40 +0800
1 parent
9a61a2a6
feat:测试接口,post新增json,xml测试
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/dataview/publicApi/components/TestInterface/bodyTest/index.vue
src/views/dataview/publicApi/components/TestInterface/bodyTest/index.vue
View file @
2e9b995
1
1
<template>
2
2
<div>
3
-
<div class="mt-8">
3
+
<div class="mt-8
hhh
">
4
4
<div>
5
5
<Button @click="handleTest" type="primary"> 测试接口 </Button>
6
6
</div>
...
...