From 691c0831fd1fc8a2fa4a3c7fd96861d35aa390f5 Mon Sep 17 00:00:00 2001 From: xzt <1113240624@qq.com> Date: Mon, 24 Jun 2024 15:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../building/peasantWorkerSystem/options/realNameSystem.vue | 2 +- .../peasantWorkerSystem/options/realNameSystem.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/realNameSystem.vue b/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/realNameSystem.vue index 49022e3b..6dd53b51 100644 --- a/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/realNameSystem.vue +++ b/jwtech-admin-page/src/views/building/peasantWorkerSystem/options/realNameSystem.vue @@ -702,7 +702,7 @@ export default { jianwei: "jwtech " + getToken(), }, // 上传的地址 - url: "thinking/build/realName/importDataa", + url: "thinking/build/realName/importData", tableData: [], fileTemp: null, }, diff --git a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/realNameSystem.vue b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/realNameSystem.vue index 0a8142d4..7bd2bbd3 100644 --- a/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/realNameSystem.vue +++ b/jwtech-admin-page/src/views/building/projectInfo/projectProcess/peasantWorkerSystem/options/realNameSystem.vue @@ -695,7 +695,7 @@ export default { jianwei: "jwtech " + getToken(), }, // 上传的地址 - url: "thinking/build/realName/importDataa", + url: "thinking/build/realName/importData", tableData: [], fileTemp: null, },