| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- {
- "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": ""
- }
- }]
- },
- {
- "root": "match",
- "pages": [{
- "path": "activityManage/activityManage",
- "style": {
- "navigationBarTitleText": "活动"
- }
- },{
- "path": "activityEdit/activityEdit",
- "style": {
- "navigationBarTitleText": "创建活动"
- }
- },
- {
- "path": "editorContent/editorContent",
- "style": {
- "navigationBarTitleText": "活动详情"
- }
- }]
- },
- {
- "root": "library",
- "pages": [{
- "path": "poster/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "posterService/posterService",
- "style": {
- "navigationBarTitleText": "海报"
- }
- }, {
- "path": "productLink/productLink",
- "style": {
- "navigationBarTitleText": "产品链接"
- }
- },{
- "path": "longPoster/index",
- "style": {
- "navigationBarTitleText": "长图海报"
- }
- },{
- "path": "longPosterService/longPosterService",
- "style": {
- "navigationBarTitleText": "长图海报"
- }
- },{
- "path": "longPosterContent/longPosterContent",
- "style": {
- "navigationBarTitleText": "编辑内容"
- }
- }]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }
|