首页与执法一张图跳转链接修改,bug回归处理
This commit is contained in:
parent
e01a7e68a0
commit
6509ec2820
|
|
@ -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: '首页',
|
||||||
|
|
|
||||||
|
|
@ -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)">
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue