|
@@ -70,6 +70,20 @@
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
+ "path": "pages/equipment/shengchang",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "生产",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/equipment/jinxiaocun",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "进销存",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
"path": "pages/equipment/sterilization",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "注塑机",
|
|
@@ -149,7 +163,7 @@
|
|
|
"color": "#333333",
|
|
|
"selectedColor": "#3370FF",
|
|
|
"backgroundColor": "#fff",
|
|
|
- "borderStyle": "white",
|
|
|
+ "borderStyle": "black",
|
|
|
|
|
|
"list": [
|
|
|
// {
|
|
@@ -167,16 +181,34 @@
|
|
|
},
|
|
|
{
|
|
|
"pagePath": "pages/im/im",
|
|
|
- "text": "通讯录",
|
|
|
+ "text": "协作",
|
|
|
+ "iconPath": "static/btn_sc_gray.png",
|
|
|
+ "selectedIconPath": "static/btn_sc_blue.png"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/equipment/shengchang",
|
|
|
+ "text": "生产",
|
|
|
"iconPath": "static/btn_shengc_gray.png",
|
|
|
"selectedIconPath": "static/btn_shengc_blue.png"
|
|
|
},
|
|
|
{
|
|
|
- "pagePath": "pages/user/user",
|
|
|
- "text": "我的",
|
|
|
- "iconPath": "static/btn_mine_gray.png",
|
|
|
- "selectedIconPath": "static/btn_mine_blue.png"
|
|
|
+ "pagePath": "pages/equipment/jinxiaocun",
|
|
|
+ "text": "进销存",
|
|
|
+ "iconPath": "static/btn_jxc_gray.png",
|
|
|
+ "selectedIconPath": "static/btn_jxc_blue.png"
|
|
|
}
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/im/im",
|
|
|
+ // "text": "通讯录",
|
|
|
+ // "iconPath": "static/btn_shengc_gray.png",
|
|
|
+ // "selectedIconPath": "static/btn_shengc_blue.png"
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // "pagePath": "pages/user/user",
|
|
|
+ // "text": "我的",
|
|
|
+ // "iconPath": "static/btn_mine_gray.png",
|
|
|
+ // "selectedIconPath": "static/btn_mine_blue.png"
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
"globalStyle": {
|