| applications/mobile-web-view/index.html | ●●●●● patch | view | raw | blame | history | |
| applications/mobile-web-view/src/permission.js | ●●●●● patch | view | raw | blame | history |
applications/mobile-web-view/index.html
@@ -28,7 +28,7 @@ <link rel="stylesheet" href="/iconfont/common/iconfont.css" /> <link rel="stylesheet" href="/css/loading.css" /> <link rel="stylesheet" href="/css/saber.css" /> <title></title> <title>吉安低空</title> </head> <body> applications/mobile-web-view/src/permission.js
@@ -79,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) })