Commit 57b5428371b74ea5461e237adbef54319987994c
1 parent
ea21da40
fix: DEFECT-930 delete unless text
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -47,8 +47,8 @@ |
47 | 47 | </div> |
48 | 48 | </BasicModal> |
49 | 49 | </div> |
50 | - <Description @register="register" class="mt-4" :data="deviceDetail" /> </div | |
51 | - >设备Topic | |
50 | + <Description @register="register" class="mt-4" :data="deviceDetail" /> | |
51 | + </div> | |
52 | 52 | <div class="mt-4"> |
53 | 53 | <a-button type="primary" class="mr-4" @click="copyTbDeviceId">复制设备ID</a-button> |
54 | 54 | <a-button type="primary" class="mr-4" @click="copyDeviceToken">复制访问令牌</a-button> | ... | ... |