| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- {
- "path": "pages/pay/demo",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/pay/index",
- "style": {
- "navigationBarTitleText": "付款",
- "navigationStyle": "custom",
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/pay/success",
- "style": {
- "navigationBarTitleText": "支付成功",
- "navigationStyle": "custom",
- "h5": {
- "titleNView": false
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|