邓洁 : 隧道管理界面

This commit is contained in:
dengj
2023-12-15 18:00:40 +08:00
parent 37b16633cf
commit 1168c9eb13
10 changed files with 777 additions and 118 deletions

View File

@@ -102,7 +102,7 @@ import { getLargeScreen } from "@/api/largeScreen";
const authStore = useAuthStore();
const router = useRouter();
const selectIndex = ref(1);
const selectIndex = ref(-1);
const showFan = ref(false);
const drawerLeft = ref(true);
const drawerRight = ref(true);
@@ -167,6 +167,8 @@ const manageSelect = (index) => {
console.log("首页点击-", index);
if (index === 0) {
router.push("/site");
}else if (index === 1){
router.push("/tunnel");
}
};
const closeLeft = () => {