src/pages/inspectionUpload/index.vue
@@ -1,7 +1,7 @@ <template> <view class="inspection-upload-page"> <!-- 页面头部 --> <PageHeader title="巡检管理" <PageHeader title="设备巡检" @back="goBack" /> <!-- 数据列表 --> <view class="table-section"> @@ -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; });