邓洁 : 隧道管理界面
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user