From c992731a78429919f3fc344c2ca54be20d642180 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Thu, 21 Dec 2023 14:03:00 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/task/taskItem.vue | 5 +++++ config/app.js | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/components/task/taskItem.vue b/components/task/taskItem.vue index b2950a6..007723a 100644 --- a/components/task/taskItem.vue +++ b/components/task/taskItem.vue @@ -95,6 +95,11 @@ 任务金额 : {{ datas.money + "元" || "0.00" }} + + 执行人 : + {{ datas.directorInfo.nickname}} + 指定人员 + diff --git a/config/app.js b/config/app.js index d42bfbc..f9a2622 100644 --- a/config/app.js +++ b/config/app.js @@ -2,7 +2,7 @@ let httpApiThree; let httpApi; // 总域名 let httpApiTwo; // 物流系统域名 -const env = 'dev'; // 开发 +const env = 'local'; // 开发 // const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 // const env = 'local'; // 本地 @@ -19,9 +19,9 @@ switch (env) { httpApiTwo = 'https://preview-logistics.lihaink.cn' //预上线 break; case 'local': - httpApi = 'http://192.168.1.20:8000' //预上线 - httpApiThree = 'http://192.168.1.20:8000' //预上线 - httpApiTwo = 'http://192.168.1.20:8000' //预上线 + httpApi = 'http://127.0.0.1:8000' //预上线 + httpApiThree = 'http://127.0.0.1:8000' //预上线 + httpApiTwo = 'http://127.0.0.1:8000' //预上线 break; default: httpApi = 'https://ceshi-worker-task.lihaink.cn' //测试