diff --git a/public/index.html b/public/index.html
index b3173ad..2df6477 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,21 +3,21 @@
-
+
- 智信云
+ 职站——为院校打造一站式虚拟仿真实训教学数智云平台
+
+
\ No newline at end of file
diff --git a/src/router/modules/station.js b/src/router/modules/station.js
index 826709f..f6b91a1 100644
--- a/src/router/modules/station.js
+++ b/src/router/modules/station.js
@@ -5,25 +5,31 @@ const meta = {};
const pre = "station-";
export default {
- path: "/station",
- name: "station",
- redirect: {
- name: `${pre}list`
+ path: "/station",
+ name: "station",
+ redirect: {
+ name: `${pre}list`
+ },
+ meta,
+ component: BasicLayout,
+ children: [
+ {
+ name: `${pre}list`,
+ path: `list`,
+ component: () => import("@/pages/station/list"),
+ meta: { title: "实验台" }
},
- meta,
- component: BasicLayout,
- children: [
- {
- name: `${pre}list`,
- path: `list`,
- component: () => import("@/pages/station/list"),
- meta: { title: "实验台" }
- },
- {
- name: `${pre}preview`,
- path: `preview`,
- component: () => import("@/pages/station/preview"),
- meta: { title: "课程预览" }
- }
- ]
+ {
+ name: `${pre}preview`,
+ path: `preview`,
+ component: () => import("@/pages/station/preview"),
+ meta: { title: "课程预览" }
+ },
+ {
+ name: `${pre}product`,
+ path: `product`,
+ component: () => import("@/pages/station/product"),
+ meta: { title: "产品详情" }
+ }
+ ]
};
\ No newline at end of file