123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "委托单列表",
- "enablePullDownRefresh": true,
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue752",
- "fontSize": "20px",
- "float": "right",
- "fontSrc": "/static/font/iconfont.ttf"
- }]
- },
- "pullToRefresh": {
- "support": true,
- "style": "circle",
- "offset": 0
- }
- }
- }
- }
- ,{
- "path" : "pages/index/detail",
- "style" :
- {
- "navigationBarTitleText": "委托单详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "pages/index/select",
- "style" :
- {
- "navigationBarTitleText": "选择审批人员",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "pages/login",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "柳工机械",
- "navigationBarBackgroundColor": "#4581fb"
- },
- "uniIdRouter": {}
- }
|