diff --git a/src/router/router.js b/src/router/router.js
index ff4a40a..b9fcce2 100644
--- a/src/router/router.js
+++ b/src/router/router.js
@@ -229,6 +229,42 @@ export const screenRouter = [
},
component: () => import("@/views/screen/outsideHome.vue")
},
+ {
+ path: "/out-pbService",
+ name: "out-pbService",
+ title: "交互屏公共服务",
+ meta: {
+ open: true
+ },
+ component: () => import("@/views/screen/out-pbService.vue")
+ },
+ {
+ path: "/out-organization",
+ name: "out-organization",
+ title: "交互屏组织振兴",
+ meta: {
+ open: true
+ },
+ component: () => import("@/views/screen/out-organization.vue")
+ },
+ {
+ path: "/out-travel",
+ name: "out-travel",
+ title: "交互屏文化旅游",
+ meta: {
+ open: true
+ },
+ component: () => import("@/views/screen/out-travel.vue")
+ },
+ {
+ path: "/out-industry",
+ name: "out-industry",
+ title: "交互屏产业发展",
+ meta: {
+ open: true
+ },
+ component: () => import("@/views/screen/out-industry.vue")
+ }
];
export const routers = [
diff --git a/src/views/screen/components/MainTitle.vue b/src/views/screen/components/MainTitle.vue
index 1731f9a..ecd2ee1 100644
--- a/src/views/screen/components/MainTitle.vue
+++ b/src/views/screen/components/MainTitle.vue
@@ -20,6 +20,7 @@
:src="require('@/assets/largeScreen/back.png')"
/>
+