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( - diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index 6d61c521b..7e1a81004 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -30,7 +30,7 @@ export const overridesPreferences = defineOverridesPreferences({ }, copyright: { companyName: import.meta.env.VITE_APP_TITLE, - companySiteLink: 'https://gitee.com/yudaocode/yudao-ui-admin-vben', + companySiteLink: '', }, }); diff --git a/apps/web-antd/src/views/_core/about/index.vue b/apps/web-antd/src/views/_core/about/index.vue index 0ee524335..ca14bd713 100644 --- a/apps/web-antd/src/views/_core/about/index.vue +++ b/apps/web-antd/src/views/_core/about/index.vue @@ -5,5 +5,8 @@ defineOptions({ name: 'About' }); diff --git a/apps/web-antd/src/views/dashboard/workspace/index.vue b/apps/web-antd/src/views/dashboard/workspace/index.vue index 1cfbef1bc..1c976dc9d 100644 --- a/apps/web-antd/src/views/dashboard/workspace/index.vue +++ b/apps/web-antd/src/views/dashboard/workspace/index.vue @@ -1,91 +1,22 @@ @@ -238,23 +74,15 @@ function navTo(nav: WorkbenchProjectItem | WorkbenchQuickNavItem) { -
-
- - -
-
- - - - - -
+
+ + + +
diff --git a/package.json b/package.json index e629b4ccc..4624cce28 100644 --- a/package.json +++ b/package.json @@ -14,14 +14,13 @@ "vue vben admin pro", "vue3" ], - "homepage": "https://github.com/vbenjs/vue-vben-admin", - "bugs": "https://github.com/vbenjs/vue-vben-admin/issues", - "repository": "vbenjs/vue-vben-admin.git", + "homepage": "https://git.gongxue100.com/wangziqi/yudao-ui-admin-vben", + "bugs": "https://git.gongxue100.com/wangziqi/yudao-ui-admin-vben/issues", + "repository": "https://git.gongxue100.com/wangziqi/yudao-ui-admin-vben.git", "license": "MIT", "author": { - "name": "vben", - "email": "ann.vben@gmail.com", - "url": "https://github.com/anncwb" + "name": "恭学教育", + "url": "https://www.gongxue.com" }, "type": "module", "scripts": {