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
ae5625eee640f85b5626fde2b73096a6201788e0
Authored by
fengwotao
2023-04-06 16:50:02 +0800
1 parent
bf03da27
pref:优化Header头部,设为一个默认值
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 @
ae5625e
1
1
<template>
2
2
<div>
3
-
<div class="mt-8
hhh
">
3
+
<div class="mt-8">
4
4
<div>
5
5
<Button @click="handleTest" type="primary"> 测试接口 </Button>
6
6
</div>
...
...