diff --git a/hb_client/.env.production b/hb_client/.env.production index 6bcb5e1..9305698 100644 --- a/hb_client/.env.production +++ b/hb_client/.env.production @@ -2,6 +2,7 @@ ENV = 'production' # base api -VUE_APP_BASE_API = 'http://192.168.1.250/api' +#VUE_APP_BASE_API = 'http://192.168.1.250/api' +VUE_APP_BASE_API = 'http://49.232.14.174:2222/api' #VUE_APP_BASE_API = 'http://127.0.0.1:8000/api' diff --git a/hb_client/src/router/index.js b/hb_client/src/router/index.js index d921826..fa70183 100644 --- a/hb_client/src/router/index.js +++ b/hb_client/src/router/index.js @@ -261,9 +261,8 @@ export const asyncRoutes = [ path: 'firstCheck', name: 'firstCheck', component: () => import('@/views/wpm/firstCheck'), - meta: { title: '首件确认', icon: 'finishedCheck', perms: ['wpm_firstCheck'] ,noCache: true} + meta: { title: '首件确认', icon: 'finishedCheck', perms: ['wpm_firstCheck']} } - ] }, { diff --git a/hb_client/src/views/wpm/need.vue b/hb_client/src/views/wpm/need.vue index 4849653..4091f7b 100644 --- a/hb_client/src/views/wpm/need.vue +++ b/hb_client/src/views/wpm/need.vue @@ -266,10 +266,10 @@ - + + + +