-
+
@@ -26,7 +26,8 @@
- 执行任务
+ 执行任务
@@ -38,7 +39,7 @@
-
+
diff --git a/common/http.api.js b/common/http.api.js
index 0023dfa..d6f8c6a 100644
--- a/common/http.api.js
+++ b/common/http.api.js
@@ -9,6 +9,7 @@ const install = (Vue, vm) => {
vm.$api.aSelfDetail = async (id) => await vm.$u.get(`/api/emEmployees/${id}`);// 查询飞行员详情
vm.$api.aEditSelf = async (params = {}) => await vm.$u.put(`/api/emEmployees`,params);// 修改飞行员信息
vm.$api.aUpdatePass = async (params = {}) => await vm.$u.post(`/api/emEmployees/updatePass`,params);// 修改飞行员密码
+ vm.$api.bUpdatePass = async (params = {}) => await vm.$u.post(`/cnCustomer/updatePass`,params);// 修改客户密码
// 区域管理
vm.$api.allAreas = async () => await vm.$u.get('/emArea/all');// 获取全部区域
diff --git a/components/topnav/index.vue b/components/topnav/index.vue
index a7c490a..0219687 100644
--- a/components/topnav/index.vue
+++ b/components/topnav/index.vue
@@ -3,9 +3,9 @@
background: topLevel===0? '#ffffff00' : `rgba(255, 255, 255,${topLevel})` }">