|
@@ -10,7 +10,6 @@
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},{
|
|
|
- // 登录 + tabbar + webview
|
|
|
"path": "pages/login/login",
|
|
|
"style": {
|
|
|
"navigationBarTitleText": "登录",
|
|
@@ -61,7 +60,6 @@
|
|
|
}
|
|
|
],
|
|
|
"subPackages": [{
|
|
|
- // pagesHome 首页及二级页面
|
|
|
"root": "pagesHome",
|
|
|
"pages": [
|
|
|
{
|
|
@@ -119,7 +117,6 @@
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- // 社区模块分包
|
|
|
"root": "pagesCustomer",
|
|
|
"pages": [{
|
|
|
"path": "communityPostReview",
|
|
@@ -129,7 +126,6 @@
|
|
|
}]
|
|
|
},
|
|
|
{
|
|
|
- // 消息模块分包
|
|
|
"root": "pagesMessage",
|
|
|
"pages": [{
|
|
|
"path": "orderNotify",
|
|
@@ -154,7 +150,6 @@
|
|
|
}]
|
|
|
},
|
|
|
{
|
|
|
- // 我的模块分包
|
|
|
"root": "PageMine",
|
|
|
"pages": [{
|
|
|
"path": "orderModules/index",
|
|
@@ -277,7 +272,6 @@
|
|
|
"color": "#999999",
|
|
|
"selectedColor": "#42b2fa",
|
|
|
"borderStyle": "black",
|
|
|
- // "backgroundColor": "#ffffff",
|
|
|
"list": [{
|
|
|
"pagePath": "pages/tabbar/home",
|
|
|
"iconPath": "static/images/home.png",
|
|
@@ -317,12 +311,11 @@
|
|
|
"backgroundColor": "#F8F8F8"
|
|
|
},
|
|
|
"condition": {
|
|
|
- //模式配置,仅开发期间生效
|
|
|
- "current": 0, //当前激活的模式(list 的索引项)
|
|
|
+ "current": 0,
|
|
|
"list": [{
|
|
|
- "name": "", //模式名称
|
|
|
- "path": "", //启动页面,必选
|
|
|
- "query": "" //启动参数,在页面的onLoad函数里面得到
|
|
|
+ "name": "",
|
|
|
+ "path": "",
|
|
|
+ "query": ""
|
|
|
}]
|
|
|
}
|
|
|
}
|