123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "pages": [{
- "path": "pages/index/index"
- }, {
- "path": "pages/audit/list"
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarBackgroundColor": "#7399DB"
- }
- }, {
- "path": "pages/audit/detail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/audit/excelDetail",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ,{
- "path" : "pages/preview/preview",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- "app-plus": {
- "titleNView": false
- }
- }
- }
|