Commit 7d6dece176e0b03fb407f9184da9396ca92597af

Authored by ww
1 parent 00f9b796

perf: hidden dashboard doc link

... ... @@ -196,26 +196,25 @@
196 196 const dataSource = ref([]);
197 197 const go = useGo();
198 198 const helpDoc = ref([
199   - {
200   - title: '如何接入设备?',
201   - href: 'https://docs.thingskit.com/thingskit-link/operation-guide/device-manage.html#%E8%AE%BE%E5%A4%87%E5%88%97%E8%A1%A8',
202   - target: '_blank ',
203   - },
204   - {
205   - title: '什么是产品?',
206   - href: 'https://docs.thingskit.com/thingskit-link/operation-guide/device-manage.html#%E8%AE%BE%E5%A4%87%E9%85%8D%E7%BD%AE',
207   - target: '_blank ',
208   - },
209   - {
210   - title: '云组态模板如何使用?',
211   - href: 'https://docs.thingskit.com/',
212   - target: '_blank ',
213   - },
214   - {
215   - title: '查看全部>>',
216   - href: 'https://docs.thingskit.com/',
217   - target: '_blank ',
218   - },
  199 + // title: '如何接入设备?',
  200 + // href: 'https://docs.thingskit.com/thingskit-link/operation-guide/device-manage.html#%E8%AE%BE%E5%A4%87%E5%88%97%E8%A1%A8',
  201 + // target: '_blank ',
  202 + // },
  203 + // {
  204 + // title: '什么是产品?',
  205 + // href: 'https://docs.thingskit.com/thingskit-link/operation-guide/device-manage.html#%E8%AE%BE%E5%A4%87%E9%85%8D%E7%BD%AE',
  206 + // target: '_blank ',
  207 + // },
  208 + // {
  209 + // title: '云组态模板如何使用?',
  210 + // href: 'https://docs.thingskit.com/',
  211 + // target: '_blank ',
  212 + // },
  213 + // {
  214 + // title: '查看全部>>',
  215 + // href: 'https://docs.thingskit.com/',
  216 + // target: '_blank ',
  217 + // },
219 218 ]);
220 219 const activeKey = ref('tab1');
221 220 const tabListTitle = [
... ...