chore: update

This commit is contained in:
xiaoxian521 2024-03-24 19:28:42 +08:00
parent 5208eca0fa
commit 5ac80dfa5a
2 changed files with 15 additions and 15 deletions

View File

@ -10,13 +10,21 @@ export default {
rank: able rank: able
}, },
children: [ 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", path: "/able/verify",
name: "Verify", name: "Verify",
component: () => import("@/views/able/verify.vue"), component: () => import("@/views/able/verify.vue"),
meta: { meta: {
title: $t("menus.hsVerify"), title: $t("menus.hsVerify")
extraIcon: "IF-pure-iconfont-new svg"
} }
}, },
{ {
@ -56,8 +64,7 @@ export default {
name: "Ripple", name: "Ripple",
component: () => import("@/views/able/ripple.vue"), component: () => import("@/views/able/ripple.vue"),
meta: { meta: {
title: $t("menus.hsRipple"), title: $t("menus.hsRipple")
extraIcon: "IF-pure-iconfont-new svg"
} }
}, },
{ {
@ -164,15 +171,6 @@ export default {
title: $t("menus.hsVideoFrame") 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", path: "/able/danmaku",
name: "Danmaku", name: "Danmaku",

View File

@ -196,16 +196,18 @@ onUnmounted(() => {
:underline="false" :underline="false"
href="https://github.com/mqttjs/MQTT.js" href="https://github.com/mqttjs/MQTT.js"
target="_blank" target="_blank"
>MQTT.js</el-link
> >
MQTT.js
</el-link>
免费的公共MQTT代理 免费的公共MQTT代理
<el-link <el-link
type="primary" type="primary"
:underline="false" :underline="false"
href="broker.emqx.io" href="broker.emqx.io"
target="_blank" target="_blank"
>EMQX</el-link
> >
EMQX
</el-link>
实现的一套 MQTT 客户端 实现的一套 MQTT 客户端
</template> </template>
<template #default> <template #default>