From ff4a7eefd295cf6a65a76788c89bcc3f8ae8d1c3 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 03 Feb 2026 17:32:28 +0800
Subject: [PATCH] feat:去掉掌控智飞

---
 applications/mobile-web-view/index.html        |    2 +-
 applications/mobile-web-view/src/permission.js |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/mobile-web-view/index.html b/applications/mobile-web-view/index.html
index 0005035..b150ba6 100644
--- a/applications/mobile-web-view/index.html
+++ b/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>
diff --git a/applications/mobile-web-view/src/permission.js b/applications/mobile-web-view/src/permission.js
index 6daf3b4..d475668 100644
--- a/applications/mobile-web-view/src/permission.js
+++ b/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)
 })

--
Gitblit v1.9.3