diff --git a/api/person.js b/api/person.js index 06f20e9..bf6db5f 100644 --- a/api/person.js +++ b/api/person.js @@ -1,4 +1,5 @@ let personInfo = {// 用户信息模块 + merchantManagement_todayData: "/yishoudan/statistics/agency/teamWithGroup",// 获取今日数据 person_feedback: "/daotian/feedback/add",// 反馈与建议 person_feedbackList: "/daotian/feedback/list",// 反馈与建议 } diff --git a/pages.json b/pages.json index 566fcf0..439a7d7 100644 --- a/pages.json +++ b/pages.json @@ -20,7 +20,7 @@ { "path": "pages/workBench/index", "style": { - "navigationBarTitleText": "工作台", + "navigationBarTitleText": "工单", "backgroundColor": "#ededed", "backgroundColorTop": "#ededed", "backgroundColorBottom": "#ededed" @@ -79,6 +79,15 @@ { // 个人中心二级页面 "root": "root/person", "pages": [ + { + "path": "todayData", + "style": { + "navigationBarTitleText": "今日数据", + "backgroundColor": "#ededed", + "backgroundColorTop": "#ededed", + "backgroundColorBottom": "#ededed" + } + }, { "path": "billIndex", "style": { @@ -570,7 +579,7 @@ }, "uniIdRouter": {}, "tabBar": { - "color": "#333333", + "color": "#606266", "selectedColor": "#00B666", "borderStyle": "black", "backgroundColor": "#ffffff", @@ -585,7 +594,7 @@ "pagePath": "pages/workBench/index", "iconPath": "static/image/apply.png", "selectedIconPath": "static/image/apply-active.png", - "text": "工作台" + "text": "工单" }, { "iconPath": "static/image/message.png", diff --git a/pages/home/index.vue b/pages/home/index.vue index 064c0fc..9fb42f9 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -87,7 +87,18 @@
- + diff --git a/pages/person/index.vue b/pages/person/index.vue index 4ebecc3..2b321ac 100644 --- a/pages/person/index.vue +++ b/pages/person/index.vue @@ -1,17 +1,6 @@ + + + + diff --git a/static/image/apply-active.png b/static/image/apply-active.png index 2f1a2fd..d5a0a74 100644 Binary files a/static/image/apply-active.png and b/static/image/apply-active.png differ diff --git a/static/image/apply.png b/static/image/apply.png index 7c4af28..a105aef 100644 Binary files a/static/image/apply.png and b/static/image/apply.png differ diff --git a/static/image/home-active.png b/static/image/home-active.png index 7c2068d..53c1a40 100644 Binary files a/static/image/home-active.png and b/static/image/home-active.png differ diff --git a/static/image/home.png b/static/image/home.png index ed05e05..250bc78 100644 Binary files a/static/image/home.png and b/static/image/home.png differ diff --git a/static/image/message.png b/static/image/message.png index f99dc8a..c3db319 100644 Binary files a/static/image/message.png and b/static/image/message.png differ diff --git a/static/image/message_active.png b/static/image/message_active.png index 09e5851..9c312c1 100644 Binary files a/static/image/message_active.png and b/static/image/message_active.png differ diff --git a/static/image/person-active.png b/static/image/person-active.png index 2395b31..c7b087c 100644 Binary files a/static/image/person-active.png and b/static/image/person-active.png differ diff --git a/static/image/person.png b/static/image/person.png index 6d06d12..85b109b 100644 Binary files a/static/image/person.png and b/static/image/person.png differ diff --git a/utils/common.js b/utils/common.js index 0abe804..1d24428 100644 --- a/utils/common.js +++ b/utils/common.js @@ -16,6 +16,9 @@ let data = { // #endif } }, + fullCopy (data) { + return JSON.parse(JSON.stringify(data)) + }, /* 清除登录信息存储 */ clearLocalStorage () {