diff --git a/pages.json b/pages.json index 3ce5efd..d69ae73 100644 --- a/pages.json +++ b/pages.json @@ -135,6 +135,22 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } + }, + { + "path": "equipment/index", + "style": { + "navigationBarTitleText": "设备管理", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } + }, + { + "path": "consultanonduty/index", + "style": { + "navigationBarTitleText": "值班顾问", + "navigationBarBackgroundColor": "#FFFFFF", + "navigationBarTextStyle": "black" + } } @@ -217,12 +233,7 @@ "navigationBarBackgroundColor": "#FFFFFF", "navigationBarTextStyle": "black" } - } - - - - - + } ] } ], diff --git a/pages/index/index.vue b/pages/index/index.vue index 2b5ad10..6394173 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -129,24 +129,26 @@ 销讲数据 - + - + 接待记录 - + - 客户管理 + 设备管理 - + + - 客户管理 + 值班顾问 + @@ -232,11 +234,23 @@ url: '/pages/center/Piabodata/index' }); }, + // 接待记录 record(){ - // 接待记录 uni.navigateTo({ url: '/pages/center/records/index' }); + }, + //值班顾问 + toconsultanonduty(){ + uni.navigateTo({ + url: '/pages/mine/consultanonduty/index' + }); + }, + //设备 + toequipment(){ + uni.navigateTo({ + url: '/pages/mine/equipment/index' + }); } }, diff --git a/pages/mine/consultanonduty/index.vue b/pages/mine/consultanonduty/index.vue new file mode 100644 index 0000000..48d48ea --- /dev/null +++ b/pages/mine/consultanonduty/index.vue @@ -0,0 +1,8 @@ + + + + + diff --git a/pages/mine/equipment/index.vue b/pages/mine/equipment/index.vue new file mode 100644 index 0000000..48d48ea --- /dev/null +++ b/pages/mine/equipment/index.vue @@ -0,0 +1,8 @@ + + + + +