update page name

This commit is contained in:
Qiuxia Fan 2022-06-14 10:26:57 +08:00
parent 8b6fc46d96
commit bb7c6bcfae
4 changed files with 5 additions and 5 deletions

View File

@ -161,7 +161,7 @@ const msg = {
dashboard: "Dashboard",
topology: "Topology",
trace: "Trace",
alarm: "Alarms",
alarm: "Alerting",
auto: "Auto",
reload: "Reload",
version: "Version",

View File

@ -161,7 +161,7 @@ const msg = {
dashboard: "Panel",
topology: "Topología",
trace: "Traza",
alarm: "Alarmas",
alarm: "Recordatorio en curso",
auto: "Auto",
reload: "Recargar",
version: "Versión",

View File

@ -30,13 +30,13 @@ export const routesAlarm: Array<RouteRecordRaw> = [
component: Layout,
children: [
{
path: "/alarm",
path: "/alerting",
name: "Alarm",
meta: {
exact: false,
},
component: () =>
import(/* webpackChunkName: "alarms" */ "@/views/Alarm.vue"),
import(/* webpackChunkName: "alerting" */ "@/views/Alarm.vue"),
},
],
},

View File

@ -24,7 +24,7 @@ import Header from "./alarm/Header.vue";
import Content from "./alarm/Content.vue";
const appStore = useAppStoreWithOut();
appStore.setPageTitle("Alarm");
appStore.setPageTitle("Alerting");
</script>
<style lang="scss" scoped>
.alarm {