Commit 8c5df968965e7681e44a43e786639cc5d7846318

Authored by fengtao
1 parent 66b49abd

fix:修改首页帮助文档跳转相应页面,组态没写

... ... @@ -204,12 +204,12 @@
204 204 const helpDoc = ref([
205 205 {
206 206 title: '如何接入设备?',
207   - href: 'https://docs.thingskit.com/',
  207 + href: 'https://docs.thingskit.com/thingskit-link/operation-guide/device-manage.html#%E8%AE%BE%E5%A4%87%E5%88%97%E8%A1%A8',
208 208 target: '_blank ',
209 209 },
210 210 {
211 211 title: '什么是设备配置?',
212   - href: 'https://docs.thingskit.com/',
  212 + href: 'https://docs.thingskit.com/thingskit-link/operation-guide/device-manage.html#%E8%AE%BE%E5%A4%87%E9%85%8D%E7%BD%AE',
213 213 target: '_blank ',
214 214 },
215 215 {
... ...