1234567891011121314151617181920212223242526272829 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/hint/hint",
- "style": {
- "navigationStyle":"custom",
- "navigationBarTitleText": "问星数据"
- }
- }
- ,{
- "path" : "pages/hint/hint",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ],
- "globalStyle": {
- // "navigationStyle":"custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "问星数据-视频号",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "autoscan":true
- }
- }
|