|
|
|
|
@ -14,18 +14,11 @@ Component({
|
|
|
|
|
text: "首页",
|
|
|
|
|
index: 0,
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// iconPath: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg",
|
|
|
|
|
// selectedIconPath: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg",
|
|
|
|
|
// pagePath: "/pages/newEnroll/enroll/index",
|
|
|
|
|
// text: "消息",
|
|
|
|
|
// index: 1,
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "../assets/images/apply.png",
|
|
|
|
|
"selectedIconPath": "../assets/images/apply1.png",
|
|
|
|
|
"pagePath": "/pages/myBill/index",
|
|
|
|
|
"text": "工单",
|
|
|
|
|
iconPath: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg",
|
|
|
|
|
selectedIconPath: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg",
|
|
|
|
|
pagePath: "/pages/workBench/index",
|
|
|
|
|
text: "工具",
|
|
|
|
|
index: 1,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@ -33,16 +26,22 @@ Component({
|
|
|
|
|
"selectedIconPath": "../assets/images/xx1_lao.png",
|
|
|
|
|
"pagePath": "/pages/message/index",
|
|
|
|
|
"text": "消息",
|
|
|
|
|
index: 3,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"iconPath": "../assets/images/apply.png",
|
|
|
|
|
"selectedIconPath": "../assets/images/apply1.png",
|
|
|
|
|
"pagePath": "/pages/myBill/index",
|
|
|
|
|
"text": "工单",
|
|
|
|
|
index: 2,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
iconPath: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/wd.png",
|
|
|
|
|
selectedIconPath: "https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/wd1.png",
|
|
|
|
|
pagePath: "/pages/mine/index",
|
|
|
|
|
text: "我的",
|
|
|
|
|
index: 3,
|
|
|
|
|
index: 4,
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
|