diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js
index 4147e89..4aa2481 100644
--- a/hb_client/src/router/index.js
+++ b/hb_client/src/router/index.js
@@ -250,7 +250,7 @@ export const asyncRoutes = [
path: 'firstCheck',
name: 'firstCheck',
component: () => import('@/views/wpm/firstCheck'),
- meta: { title: '首件确认', icon: 'finishedCheck', perms: ['wpm_firstCheck'] }
+ meta: { title: '首件确认', icon: 'finishedCheck', perms: ['wpm_firstCheck'] ,noCache: true}
}
]
diff --git a/hb_client/src/views/bigScreen/index.vue b/hb_client/src/views/bigScreen/index.vue
index 2a0fcf1..d78a676 100644
--- a/hb_client/src/views/bigScreen/index.vue
+++ b/hb_client/src/views/bigScreen/index.vue
@@ -121,6 +121,10 @@
bottomLeft,
bottomRight
},
+ created(){
+ window.open('http://49.232.14.174:2222/#/index');
+ this.$router.go(-1)
+ },
mounted() {
this.timeFn();
this.cancelLoading();
diff --git a/hb_client/src/views/system/perm.vue b/hb_client/src/views/system/perm.vue
index 8b474e0..7aaae2f 100644
--- a/hb_client/src/views/system/perm.vue
+++ b/hb_client/src/views/system/perm.vue
@@ -86,10 +86,10 @@
-
+
-
+