diff --git a/.env.development b/.env.development index ce7df7a..1e907c5 100644 --- a/.env.development +++ b/.env.development @@ -10,7 +10,7 @@ VUE_APP_BASE_API = '/dev-api' VUE_APP_ONLYOFFICE_URL = 'http://36.33.26.201:19840' # 图片预览路径 -VUE_APP_FILE_URL = 'http://192.168.0.108:58089/smartCar/profile' +VUE_APP_FILE_URL = 'http://192.168.0.108:8099/smartCar/profile' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.env.production b/.env.production index 3927137..8d7ad00 100644 --- a/.env.production +++ b/.env.production @@ -6,7 +6,7 @@ ENV = 'production' VUE_APP_ENV = 'production' VUE_APP_ONLYOFFICE_URL = 'http://36.33.26.201:19840' # 图片预览路径 -VUE_APP_FILE_URL = 'http://192.168.0.108:58089/smartCar/profile' +VUE_APP_FILE_URL = 'http://192.168.0.108:8099/smartCar/profile' # 车辆道路监测系统/生产环境 VUE_APP_BASE_API = '/smart-car-api' diff --git a/src/views/device/data-recognition/index.vue b/src/views/device/data-recognition/index.vue index f43c303..a6c677b 100644 --- a/src/views/device/data-recognition/index.vue +++ b/src/views/device/data-recognition/index.vue @@ -37,18 +37,18 @@

数据列表