首页与执法一张图跳转链接修改,bug回归处理
This commit is contained in:
parent
e01a7e68a0
commit
6509ec2820
|
|
@ -24,7 +24,7 @@ const baseRoutes = [
|
|||
children: [
|
||||
{
|
||||
path: 'index',
|
||||
name: 'SviIndex',
|
||||
|
||||
component: () => import('@views/main/svi.vue'),
|
||||
meta: {
|
||||
title: '首页',
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@
|
|||
<div class="title_background"></div>
|
||||
<div class="title"></div>
|
||||
<div class="home" @click="goHome"></div>
|
||||
<div class="fullScreen" @click="fullScreen"></div>
|
||||
<div class="back" @click="goHome">返回首页</div>
|
||||
</div>
|
||||
<div class="switch switch2" :class="{ 'switch-active': isMapMarkActive === 2 }" @click="changeMapMark(2)">
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
const hashUrl = window.location.hash.slice(1)
|
||||
if (hashUrl && hashUrl === '/') {
|
||||
//route.push('/svi/index')
|
||||
route.push('/big-screen')
|
||||
}
|
||||
} catch (error) {
|
||||
handleLogin()
|
||||
|
|
|
|||
Loading…
Reference in New Issue