吉安感知网项目-前端
chenyao
2026-02-04 d1bcde4242b59e3c102b5b61c378af1756aeadfe
applications/mobile-web-view/src/permission.js
@@ -78,6 +78,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)
})