|
@@ -10,6 +10,20 @@
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
//im页面
|
|
//im页面
|
|
{
|
|
{
|
|
|
|
+ "path": "pages/equipment/equipment",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "设备",
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/im/im",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "设备",
|
|
|
|
+ "navigationStyle": "custom"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"path": "pages/TUI-Login/login",
|
|
"path": "pages/TUI-Login/login",
|
|
"style": {}
|
|
"style": {}
|
|
},
|
|
},
|
|
@@ -27,8 +41,6 @@
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
-
|
|
|
|
-
|
|
|
|
{
|
|
{
|
|
"path": "pages/production/production",
|
|
"path": "pages/production/production",
|
|
"style": {
|
|
"style": {
|
|
@@ -42,13 +54,7 @@
|
|
"navigationStyle": "custom"
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- {
|
|
|
|
- "path": "pages/equipment/equipment",
|
|
|
|
- "style": {
|
|
|
|
- "navigationBarTitleText": "设备",
|
|
|
|
- "navigationStyle": "custom"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
"path": "pages/equipment/assemblyMachine",
|
|
"path": "pages/equipment/assemblyMachine",
|
|
"style": {
|
|
"style": {
|
|
@@ -152,12 +158,7 @@
|
|
// "iconPath": "static/btn_kanban_gray.png",
|
|
// "iconPath": "static/btn_kanban_gray.png",
|
|
// "selectedIconPath": "static/btn_kanban_blue.png"
|
|
// "selectedIconPath": "static/btn_kanban_blue.png"
|
|
// },
|
|
// },
|
|
- // {
|
|
|
|
- // "pagePath": "pages/production/production",
|
|
|
|
- // "text": "生产",
|
|
|
|
- // "iconPath": "static/btn_shengc_gray.png",
|
|
|
|
- // "selectedIconPath": "static/btn_shengc_blue.png"
|
|
|
|
- // },
|
|
|
|
|
|
+
|
|
{
|
|
{
|
|
"pagePath": "pages/equipment/equipment",
|
|
"pagePath": "pages/equipment/equipment",
|
|
"text": "设备",
|
|
"text": "设备",
|
|
@@ -165,6 +166,12 @@
|
|
"selectedIconPath": "static/btn_shebei_blue.png"
|
|
"selectedIconPath": "static/btn_shebei_blue.png"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
|
|
+ "pagePath": "pages/im/im",
|
|
|
|
+ "text": "通讯录",
|
|
|
|
+ "iconPath": "static/btn_shengc_gray.png",
|
|
|
|
+ "selectedIconPath": "static/btn_shengc_blue.png"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
"pagePath": "pages/user/user",
|
|
"pagePath": "pages/user/user",
|
|
"text": "我的",
|
|
"text": "我的",
|
|
"iconPath": "static/btn_mine_gray.png",
|
|
"iconPath": "static/btn_mine_gray.png",
|