Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Mar 24, 2024
1 parent 5208eca commit 5ac80df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 11 additions & 13 deletions src/router/modules/able.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,21 @@ export default {
rank: able
},
children: [
{
path: "/components/mqtt-client",
name: "MqttClient",
component: () => import("@/views/able/mqtt-client.vue"),
meta: {
title: $t("menus.hsMqtt"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/able/verify",
name: "Verify",
component: () => import("@/views/able/verify.vue"),
meta: {
title: $t("menus.hsVerify"),
extraIcon: "IF-pure-iconfont-new svg"
title: $t("menus.hsVerify")
}
},
{
Expand Down Expand Up @@ -56,8 +64,7 @@ export default {
name: "Ripple",
component: () => import("@/views/able/ripple.vue"),
meta: {
title: $t("menus.hsRipple"),
extraIcon: "IF-pure-iconfont-new svg"
title: $t("menus.hsRipple")
}
},
{
Expand Down Expand Up @@ -164,15 +171,6 @@ export default {
title: $t("menus.hsVideoFrame")
}
},
{
path: "/components/mqtt-client",
name: "MqttClient",
component: () => import("@/views/able/mqtt-client.vue"),
meta: {
title: $t("menus.hsMqtt"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/able/danmaku",
name: "Danmaku",
Expand Down
6 changes: 4 additions & 2 deletions src/views/able/mqtt-client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,18 @@ onUnmounted(() => {
:underline="false"
href="https://github.com/mqttjs/MQTT.js"
target="_blank"
>MQTT.js</el-link
>
MQTT.js
</el-link>
和 免费的公共MQTT代理
<el-link
type="primary"
:underline="false"
href="broker.emqx.io"
target="_blank"
>EMQX</el-link
>
EMQX
</el-link>
实现的一套 MQTT 客户端。
</template>
<template #default>
Expand Down

0 comments on commit 5ac80df

Please sign in to comment.