zhitan-vue/src/layout/components/Navbar.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zhitan-vue/src/layout/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zhitan-vue/src/layout/components/Navbar.vue
@@ -41,17 +41,19 @@ import Hamburger from "@/components/Hamburger" import useAppStore from "@/store/modules/app" import useSettingsStore from "@/store/modules/settings" import { useRouter } from "vue-router" const appStore = useAppStore() const settingsStore = useSettingsStore() const router = useRouter() function toggleSideBar() { appStore.toggleSideBar() } function handleAlarm() { // 处理报警按钮点击事件 console.log('报警按钮被点击') // 跳转到报警管理页面 router.push('/alarmmanage/measuremen?modelCode=BJGL') } function handleRobot() { zhitan-vue/src/layout/index.vue
@@ -86,7 +86,7 @@ // 跳转到报警页面 function goToAlarm() { router.push('/alarm/list') router.push('/alarmmanage/measuremen?modelCode=BJGL') } // 打开AI大模型对话框