|
|
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- // #ifdef H5
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- // #endif
- {
- "path" : "pages/search/search",
- "style" :
- {
- "navigationBarTitleText" : "受理凭证"
- }
- }
- // #ifndef H5
- ,{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "受理凭证"
- }
- }
- // #endif
- ],
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "受理凭证",
- "navigationBarBackgroundColor": "#2e64ac",
- "backgroundColor": "#F8F8F8"
- // #ifdef H5
- ,"navigationStyle": "custom"
- // #endif
- },
- "uniIdRouter": {}
- }
|