From 877a2d2ffe164e891498cf15f7b974ec861ba5bd Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Thu, 5 Dec 2024 16:34:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=93=E5=BA=93=E5=AF=B9=E9=85=8D=E4=BB=B6?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8D=95=E7=9A=84=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 4 ++-- pages-warehouse/inOutWarehouse/inOutWarehouse.vue | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index f09c3b1..7aa567a 100644 --- a/config.js +++ b/config.js @@ -1,9 +1,9 @@ // 应用全局配置 module.exports = { - baseUrl: 'https://www.nuoyunr.com', + // baseUrl: 'https://www.nuoyunr.com', // baseUrl: 'http://124.222.105.7:48080', // baseUrl: 'http://192.168.1.4:48080', - // baseUrl: "http://localhost:48080", + baseUrl: "http://localhost:48080", // baseUrl: "http://rzqhb7.natappfree.cc", imagesUrl: 'http://shequ.0315e.com/static/images/pages/', baseImageUrl: 'https://www.nuoyunr.com/minio/', diff --git a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue index 7603ad4..96e84a0 100644 --- a/pages-warehouse/inOutWarehouse/inOutWarehouse.vue +++ b/pages-warehouse/inOutWarehouse/inOutWarehouse.vue @@ -345,6 +345,7 @@ export default { return } this.formData.repairSo.userIds = this.chooseStaff.join(",") + this.formData.ids = flag.map(item => item.id) request({ url: '/admin-api/repair/tw/pass', method: 'post',