| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }],
- "subPackages": [{
- "root": "card",
- "pages": [{
- "path": "create/create",
- "style": {
- "navigationBarTitleText": "创建名片"
- }
- }, {
- "path": "editDesc/editDesc",
- "style": {
- "navigationBarTitleText": "详情"
- }
- }, {
- "path": "success/success",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }]
- }],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }
|