| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "pages": [
- {
- "path": "admin/ghs/pay",
- "style": {
- "navigationBarTitleText": "付款",
- "navigationStyle": "custom",
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pagesPurchase/gathering",
- "style": {
- "navigationBarTitleText": "待结账单",
- "navigationStyle": "custom",
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "admin/cg/alipay",
- "style": {
- "navigationBarTitleText": "支付",
- "navigationStyle": "custom",
- "h5": {
- "titleNView": false
- }
- }
- },
- {
- "path": "admin/clear/alipay",
- "style": {
- "navigationBarTitleText": "支付",
- "navigationStyle": "custom",
- "h5": {
- "titleNView": false
- }
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|