|
|
@@ -4,6 +4,16 @@
|
|
|
},
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
+ "path" : "pages/login/login",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
"path": "pages/index/index",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "首页"
|
|
|
@@ -77,16 +87,6 @@
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
- "path" : "pages/login/login",
|
|
|
- "style" :
|
|
|
- {
|
|
|
- "navigationBarTitleText": "",
|
|
|
- "enablePullDownRefresh": false,
|
|
|
- "navigationStyle":"custom"
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- ,{
|
|
|
"path" : "pages/cb/cbd/equip-set/equip-set",
|
|
|
"style" :
|
|
|
{
|
|
|
@@ -271,6 +271,45 @@
|
|
|
}
|
|
|
|
|
|
}
|
|
|
+ ,{
|
|
|
+ "path" : "pages/equipList/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/equipList/search",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/equipList/modification",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false,
|
|
|
+ "navigationStyle":"custom"
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
+ ,{
|
|
|
+ "path" : "pages/distribution/index",
|
|
|
+ "style" :
|
|
|
+ {
|
|
|
+ "navigationBarTitleText": "",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ }
|
|
|
],
|
|
|
"condition": { //模式配置,仅开发期间生效
|
|
|
"current": 3, //当前激活的模式(list 的索引项)
|
|
|
@@ -306,18 +345,18 @@
|
|
|
"selectedIconPath":"static/image/index/12.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
- // {
|
|
|
- // "pagePath": "pages/afterSale/index",
|
|
|
- // "iconPath":"static/image/index/14.png",
|
|
|
- // "selectedIconPath":"static/image/index/15.png",
|
|
|
- // "text": "设备列表"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "pagePath": "pages/equipMange/index/index",
|
|
|
- // "iconPath":"static/image/index/16.png",
|
|
|
- // "selectedIconPath":"static/image/index/17.png",
|
|
|
- // "text": "设备分布"
|
|
|
- // },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/equipList/index",
|
|
|
+ "iconPath":"static/image/index/14.png",
|
|
|
+ "selectedIconPath":"static/image/index/15.png",
|
|
|
+ "text": "设备列表"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "pagePath": "pages/distribution/index",
|
|
|
+ "iconPath":"static/image/index/16.png",
|
|
|
+ "selectedIconPath":"static/image/index/17.png",
|
|
|
+ "text": "设备分布"
|
|
|
+ },
|
|
|
{
|
|
|
"pagePath": "pages/my/index/index",
|
|
|
"iconPath":"static/image/index/18.png",
|