fix: update query conditions for the browser logs (#106)

This commit is contained in:
Fine0830
2022-06-14 11:26:53 +08:00
committed by GitHub
parent f9aa6600a7
commit 0828f8a7aa
6 changed files with 72 additions and 27 deletions

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"),
},
],
},