吉安感知网项目-前端
罗广辉
2026-08-13 1d552a3bad95caae4af15322df28e6240b797693
applications/mobile-web-view/src/permission.js
@@ -8,6 +8,7 @@
function setUrlInfo(route) {
   if (!route.query?.params) return
   const userInfo = JSON.parse(decodeURIComponent(route.query?.params || ''))
   store.commit('setUniPlatform', route.query.uniPlatform)
   store.commit('SET_USER_INFO', userInfo)
@@ -78,6 +79,6 @@
   const isLoginPage = to.path === '/login'
   // 根据是否登录页设置标题
   // const pageTitle = isLoginPage ? 'appWebview' : 'appWebview'
   document.title = to.meta.title || ''
   document.title = to.meta.title || '吉安低空'
   store.commit('SET_IS_SEARCH', false)
})