diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js index 2d4f136cf..6c6ad01b3 100644 --- a/fe/PC/public/config.js +++ b/fe/PC/public/config.js @@ -29,6 +29,7 @@ window.SITE_CONFIG['padKittingPackUpdate'] = 180000 window.SITE_CONFIG['grabimageURL'] = 'http://192.168.1.75:33336/video/index.html' window.SITE_CONFIG['showGrabimageIframeTest'] = false//登录页调试高拍仪显示按钮 window.SITE_CONFIG['grabRegulateIframePage'] = 'http://10.164.230.173:33336/video/index4.html'//高拍仪-iframe内嵌对焦界面 +window.SITE_CONFIG['gpyLoadingTime'] = 6000 //高拍仪加载时间 // 供应商接口地址(如立体库等) window.SITE_CONFIG['supplierOuterURL'] = 'http://7e42682n64.goho.co:21171' diff --git a/fe/PC/src/App.vue b/fe/PC/src/App.vue index e9406e083..9eac63cee 100644 --- a/fe/PC/src/App.vue +++ b/fe/PC/src/App.vue @@ -24,6 +24,7 @@ localStorage.setItem('company',window.SITE_CONFIG['company']) localStorage.setItem('largeScreen',window.SITE_CONFIG['largeScreen']) localStorage.setItem('padKittingPackUpdate',window.SITE_CONFIG['padKittingPackUpdate']) localStorage.setItem('grabimageURL',window.SITE_CONFIG['grabimageURL']) +localStorage.setItem('gpyLoadingTime',window.SITE_CONFIG['gpyLoadingTime']) localStorage.setItem('supplierOuterURL',window.SITE_CONFIG['supplierOuterURL']) localStorage.setItem('apifoxToken',window.SITE_CONFIG['apifoxToken']) localStorage.setItem('reportsUrl',window.SITE_CONFIG['reportsUrl']) diff --git a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue index c4850bb66..66683a113 100644 --- a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue +++ b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue @@ -1,5 +1,10 @@