src/pages/inspectionUpload/index.vue @@ -408,7 +408,7 @@ // 计算上传URL const uploadFileUrl = computed(() => { const baseUrl = "http://114.132.189.42:9030"; const baseUrl = "http://1.15.17.182:9002"; return baseUrl + uploadConfig.action; });