吉安感知网项目-前端
张含笑
2026-02-03 ff4a7eefd295cf6a65a76788c89bcc3f8ae8d1c3
feat:去掉掌控智飞
2 files modified
4 ■■■■ changed files
applications/mobile-web-view/index.html 2 ●●● patch | view | raw | blame | history
applications/mobile-web-view/src/permission.js 2 ●●● 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
@@ -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)
})