mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
chore: update
This commit is contained in:
parent
5208eca0fa
commit
5ac80dfa5a
@ -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",
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user