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' //测试