新UI样式修改

This commit is contained in:
huxin02 2025-05-30 19:12:48 +08:00
parent 2e9dbf6545
commit fbdc6aec1f
2 changed files with 1 additions and 20 deletions

View File

@ -11,7 +11,7 @@
<div class="title"></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 class="switch switch1" :class="{ 'switch-active': isMapMarkActive === 1 }" @click="changeMapMark(1)">
<div class="icon"></div>

View File

@ -26,25 +26,6 @@
}
}
const handleUserInfo = async () => {
try {
if (!userStore.token) {
await handleLogin()
// return
return
}
//
await userStore.getUserInfo()
// urlhash url
const hashUrl = window.location.hash.slice(1)
if (hashUrl && hashUrl === '/') {
//route.push('/svi/index')
route.push('/big-screen')
}
} catch (error) {
handleLogin()
}
}
const handleLogin = async () => {
try {