diff --git a/apps/web-antd/.env b/apps/web-antd/.env
index a0bfde11e..ef26d87cb 100644
--- a/apps/web-antd/.env
+++ b/apps/web-antd/.env
@@ -1,8 +1,8 @@
# 应用标题
-VITE_APP_TITLE=芋道管理系统
+VITE_APP_TITLE=恭学教育管理平台
# 应用命名空间,用于缓存、store等功能的前缀,确保隔离
-VITE_APP_NAMESPACE=yudao-vben-antd
+VITE_APP_NAMESPACE=gongxue-education-admin
# 对store进行加密的密钥,在将store持久化到localStorage时会使用该密钥进行加密
VITE_APP_STORE_SECURE_KEY=please-replace-me-with-your-own-key
@@ -17,10 +17,10 @@ VITE_APP_TENANT_ENABLE=true
VITE_APP_CAPTCHA_ENABLE=false
# 文档地址的开关
-VITE_APP_DOCALERT_ENABLE=true
+VITE_APP_DOCALERT_ENABLE=false
# 百度统计
-VITE_APP_BAIDU_CODE = e98f2eab6ceb8688bc6d8fc5332ff093
+VITE_APP_BAIDU_CODE=
# GoView域名
VITE_GOVIEW_URL='http://127.0.0.1:3000'
diff --git a/apps/web-antd/index.html b/apps/web-antd/index.html
index f390d1d76..e1cb5ec10 100644
--- a/apps/web-antd/index.html
+++ b/apps/web-antd/index.html
@@ -4,9 +4,9 @@
-
-
-
+
+
+
([]);
const unreadCount = ref(0);
const showDot = computed(() => unreadCount.value > 0);
-const [HelpModal, helpModalApi] = useVbenModal({
- connectedComponent: Help,
-});
const { isDark } = usePreferences();
const menus = computed(() => [
@@ -66,31 +55,6 @@ const menus = computed(() => [
icon: AntdProfileOutlined,
text: $t('ui.widgets.profile'),
},
- {
- handler: () => {
- openWindow(VBEN_DOC_URL, {
- target: '_blank',
- });
- },
- icon: BookOpenText,
- text: $t('ui.widgets.document'),
- },
- {
- handler: () => {
- openWindow(VBEN_GITHUB_URL, {
- target: '_blank',
- });
- },
- icon: SvgGithubIcon,
- text: 'GitHub',
- },
- {
- handler: () => {
- helpModalApi.open();
- },
- icon: CircleHelp,
- text: $t('ui.widgets.qa'),
- },
]);
const avatar = computed(() => {
@@ -332,5 +296,4 @@ watch(