首页与执法一张图跳转链接修改,bug回归处理

This commit is contained in:
heli02 2025-08-15 19:46:44 +08:00
parent e01a7e68a0
commit 6509ec2820
3 changed files with 1 additions and 3 deletions

View File

@ -24,7 +24,7 @@ const baseRoutes = [
children: [ children: [
{ {
path: 'index', path: 'index',
name: 'SviIndex',
component: () => import('@views/main/svi.vue'), component: () => import('@views/main/svi.vue'),
meta: { meta: {
title: '首页', title: '首页',

View File

@ -10,7 +10,6 @@
<div class="title_background"></div> <div class="title_background"></div>
<div class="title"></div> <div class="title"></div>
<div class="home" @click="goHome"></div> <div class="home" @click="goHome"></div>
<div class="fullScreen" @click="fullScreen"></div>
<div class="back" @click="goHome">返回首页</div> <div class="back" @click="goHome">返回首页</div>
</div> </div>
<div class="switch switch2" :class="{ 'switch-active': isMapMarkActive === 2 }" @click="changeMapMark(2)"> <div class="switch switch2" :class="{ 'switch-active': isMapMarkActive === 2 }" @click="changeMapMark(2)">

View File

@ -39,7 +39,6 @@
const hashUrl = window.location.hash.slice(1) const hashUrl = window.location.hash.slice(1)
if (hashUrl && hashUrl === '/') { if (hashUrl && hashUrl === '/') {
//route.push('/svi/index') //route.push('/svi/index')
route.push('/big-screen')
} }
} catch (error) { } catch (error) {
handleLogin() handleLogin()