You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.5 KiB
51 lines
1.5 KiB
{ |
|
"pages": [{ |
|
"path" : "pages/clients/clients", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "客户列表", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
},{ |
|
"path": "pages/index/index", |
|
"style": { |
|
"navigationBarTitleText": "首页" |
|
} |
|
} |
|
,{ |
|
"path" : "pages/addClient/addClient", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "新建客户", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
,{ |
|
"path" : "pages/clientDetail/clientDetail", |
|
"style" : |
|
{ |
|
"navigationBarTitleText": "客户详情", |
|
"enablePullDownRefresh": false |
|
} |
|
|
|
} |
|
], |
|
"condition": { //模式配置,仅开发期间生效 |
|
"current": 0, //当前激活的模式(list 的索引项) |
|
"list": [{ |
|
"name": "test", //模式名称 |
|
"path": "pages/clients/clients" //启动页面,必选 |
|
}] |
|
}, |
|
"globalStyle": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "或然CRM系统", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#f5f5f5", |
|
"app-plus": { |
|
"background": "#efeff4" |
|
} |
|
} |
|
}
|
|
|