diff --git a/src/renderer/public/icon/s-1.png b/src/renderer/public/icon/s-1.png
new file mode 100644
index 0000000..f339a3e
Binary files /dev/null and b/src/renderer/public/icon/s-1.png differ
diff --git a/src/renderer/public/icon/s-2.png b/src/renderer/public/icon/s-2.png
new file mode 100644
index 0000000..64f17e4
Binary files /dev/null and b/src/renderer/public/icon/s-2.png differ
diff --git a/src/renderer/public/icon/s-3.png b/src/renderer/public/icon/s-3.png
new file mode 100644
index 0000000..ab310c9
Binary files /dev/null and b/src/renderer/public/icon/s-3.png differ
diff --git a/src/renderer/src/layout/components/Aside.vue b/src/renderer/src/layout/components/Aside.vue
index 68b1da3..005d8fb 100644
--- a/src/renderer/src/layout/components/Aside.vue
+++ b/src/renderer/src/layout/components/Aside.vue
@@ -60,7 +60,7 @@ import useUserStore from '@/store/modules/user'
import pkc from "../../../../../package.json"
import defaultUserImg from '@/assets/images/img-avatar.png'
import { sessionStore } from '@/utils/store'
-import {toLinkLeftWeb} from "@/utils/tool";
+import {toLinkLeftWeb} from "@/utils/tool"
const { ipcRenderer } = window.electron || {}
@@ -123,9 +123,9 @@ const headerMenus = isStadium() ?[{
name: '科学',
id: 4,
icon: 'icon-kechengziyuan1',
- // path: '/scientific/index',
- path: 'https://res.bakclass.com/resource/laboratoryIndex',
- type: 'webview', // 应用内置浏览器
+ path: '/scientific/index',
+ // path: 'https://res.bakclass.com/resource/laboratoryIndex',
+ // type: 'webview', // 应用内置浏览器
},
]
diff --git a/src/renderer/src/views/scientific/index.vue b/src/renderer/src/views/scientific/index.vue
index d1518f8..70c6867 100644
--- a/src/renderer/src/views/scientific/index.vue
+++ b/src/renderer/src/views/scientific/index.vue
@@ -1,18 +1,65 @@
-
+
+
+
+
+
+
+
{{item.name}}
+
{{item.desc}}
+
+
\ No newline at end of file