diff --git a/.env.production b/.env.production index 1d3db93..04b6c4c 100644 --- a/.env.production +++ b/.env.production @@ -6,4 +6,4 @@ ENV = 'production' VUE_APP_BASE_API = 'http://192.168.99.107:7070' # 如果接口是 http 形式, wss 需要改为 ws VUE_APP_WS_API = 'ws://192.168.99.107:7071' -VUE_APP_CAMERA_API = '192.168.99.107' +VUE_APP_CAMERA_API = '192.168.99.107:3000' diff --git a/src/views/storeManage/warehouse3D/archivesStorage/index.vue b/src/views/storeManage/warehouse3D/archivesStorage/index.vue index dd4ddeb..1e63b78 100644 --- a/src/views/storeManage/warehouse3D/archivesStorage/index.vue +++ b/src/views/storeManage/warehouse3D/archivesStorage/index.vue @@ -5,42 +5,42 @@