Showing
1 changed file
with
8 additions
and
4 deletions
| ... | ... | @@ -204,19 +204,23 @@ |
| 204 | 204 | const helpDoc = ref([ |
| 205 | 205 | { |
| 206 | 206 | title: '如何接入设备?', |
| 207 | - href: '', | |
| 207 | + href: 'https://docs.thingskit.com/', | |
| 208 | + target: '_blank ', | |
| 208 | 209 | }, |
| 209 | 210 | { |
| 210 | 211 | title: '什么是设备配置?', |
| 211 | - href: '', | |
| 212 | + href: 'https://docs.thingskit.com/', | |
| 213 | + target: '_blank ', | |
| 212 | 214 | }, |
| 213 | 215 | { |
| 214 | 216 | title: '云组态模板如何使用?', |
| 215 | - href: '', | |
| 217 | + href: 'https://docs.thingskit.com/', | |
| 218 | + target: '_blank ', | |
| 216 | 219 | }, |
| 217 | 220 | { |
| 218 | 221 | title: '查看全部>>', |
| 219 | - href: '', | |
| 222 | + href: 'https://docs.thingskit.com/', | |
| 223 | + target: '_blank ', | |
| 220 | 224 | }, |
| 221 | 225 | ]); |
| 222 | 226 | const activeKey = ref('tab1'); | ... | ... |