|
@@ -67,7 +67,7 @@ let xunJianList = [
|
|
|
let homeTabbar = [
|
|
|
{
|
|
|
pagePath: "/pages/index",
|
|
|
- iconClass: "",
|
|
|
+ iconClass: "oaIcon-tab-home",
|
|
|
iconPath: "/static/images/tabBar/tab-home.png",
|
|
|
selectedIconPath: "/static/images/tabBar/tab-home-blue.png",
|
|
|
text: "工作台",
|
|
@@ -81,7 +81,7 @@ let homeTabbar = [
|
|
|
// },
|
|
|
{
|
|
|
pagePath: "/pages/info",
|
|
|
- iconClass: "",
|
|
|
+ iconClass: "oaIcon-tab-info",
|
|
|
iconPath: "/static/images/tabBar/tab-info.png",
|
|
|
selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
|
|
|
text: "消息",
|
|
@@ -89,7 +89,7 @@ let homeTabbar = [
|
|
|
},
|
|
|
{
|
|
|
pagePath: "/pages/mine",
|
|
|
- iconClass: "",
|
|
|
+ iconClass: "oaIcon-tab-mine",
|
|
|
iconPath: "/static/images/tabBar/tab-my.png",
|
|
|
selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
|
|
|
text: "我的",
|
|
@@ -101,7 +101,7 @@ let homeTabbar = [
|
|
|
let projectTabbar = [
|
|
|
{
|
|
|
pagePath: "/pages/business/common/projectMange/record/index",
|
|
|
- iconClass: "",
|
|
|
+ iconClass: "oaIcon-tab-reportRecord",
|
|
|
iconPath: "/static/images/tabBar/tab-home.png",
|
|
|
selectedIconPath: "/static/images/tabBar/tab-home-blue.png",
|
|
|
text: "报告记录",
|
|
@@ -109,7 +109,7 @@ let projectTabbar = [
|
|
|
},
|
|
|
{
|
|
|
pagePath: "/pages/business/common/projectMange/write/index",
|
|
|
- iconClass: "",
|
|
|
+ iconClass: "oaIcon-tab-reportInsert",
|
|
|
iconPath: "/static/images/tabBar/tab-info.png",
|
|
|
selectedIconPath: "/static/images/tabBar/tab-info-blue.png",
|
|
|
text: "报告填写",
|
|
@@ -117,7 +117,7 @@ let projectTabbar = [
|
|
|
},
|
|
|
{
|
|
|
pagePath: "/pages/business/common/projectMange/list/index",
|
|
|
- iconClass: "",
|
|
|
+ iconClass: "oaIcon-tab-projectsList",
|
|
|
iconPath: "/static/images/tabBar/tab-my.png",
|
|
|
selectedIconPath: "/static/images/tabBar/tab-my-blue.png",
|
|
|
text: "项目列表",
|