吉安感知网项目-前端
罗广辉
2026-02-04 0c92fd00fae033a2aa04bb65b2d32bd2c8f9fd4a
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)