diff --git a/fe/PC/public/config.js b/fe/PC/public/config.js
index d0e77d00e..687c504b0 100644
--- a/fe/PC/public/config.js
+++ b/fe/PC/public/config.js
@@ -24,6 +24,8 @@ window.SITE_CONFIG['versionUrl'] = 'http://dev.ccwin-in.com:60070'
window.SITE_CONFIG['companyName'] = '长春一汽富维东阳汽车塑料零部件(安徽)有限公司'
//pad-kitting组包页面刷新时间(毫秒)
window.SITE_CONFIG['padKittingPackUpdate'] = 180000
+// 高拍仪获取地址
+window.SITE_CONFIG['grabimageURL'] = 'http://192.168.0.150:38088/video=grabimage'
// 接口看板地址
window.SITE_CONFIG['interfaceBoardUrl'] = 'http://dev.ccwin-in.com:60090/'
// 主子表
diff --git a/fe/PC/src/App.vue b/fe/PC/src/App.vue
index e6ba7733b..93c4485ef 100644
--- a/fe/PC/src/App.vue
+++ b/fe/PC/src/App.vue
@@ -31,6 +31,7 @@ localStorage.setItem('MOrDFasterUrl_store',window.SITE_CONFIG['MOrDFasterUrl_sto
localStorage.setItem('MOrDFasterUrl_job',window.SITE_CONFIG['MOrDFasterUrl_job'])
localStorage.setItem('MOrDFasterUrl_inventory',window.SITE_CONFIG['MOrDFasterUrl_inventory'])
localStorage.setItem('pageHasMOrDList',window.SITE_CONFIG['pageHasMOrDList'])
+localStorage.setItem('grabimageURL',window.SITE_CONFIG['grabimageURL'])
+
\ No newline at end of file