123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- {
- "pages": [{
- "path": "pages/tasksquare/tasksquare",
- "style": {
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 100,
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/tasksquare/taskdetail",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/worksapce/worksapce",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/mycenter/mycenter",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }, {
- "path": "pages/mycenter/personinfo",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }, {
- "path": "pages/mycenter/mylocation",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }, {
- "path": "pages/mycenter/myaccount",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }, {
- "path": "pages/mycenter/mybank",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }, {
- "path": "pages/mycenter/addlocation",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }, {
- "path": "pages/mycenter/bindaccount",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }
- ,{
- "path" : "pages/tasksquare/bindinfo",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
-
- }
- ,{
- "path" : "pages/test/test",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
-
- }
- ,{
- "path" : "pages/tasksquare/guide",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
-
- }
- ,{
- "path" : "pages/tasksquare/cooperation",
- "style": {
- "navigationBarTitleText": "YoungGee",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
-
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#ffffff",
- "backgroundColor": "#F8F8F8",
- "app-plus": {
- "background": "#efeff4"
- }
- },
- "tabBar": {
- "color": "black",
- "selectedColor": "#FFE040",
- "backgroundColor": "#ffffff",
- "list": [{
- "text": "任务广场",
- "pagePath": "pages/tasksquare/tasksquare",
- "iconPath": "static/img/icon-square1.png",
- "selectedIconPath": "static/img/icon-square2.png"
- },
- {
- "text": "工作台",
- "pagePath": "pages/worksapce/worksapce",
- "iconPath": "static/img/icon-workspace1.png",
- "selectedIconPath": "static/img/icon-workspace2.png"
- },
- {
- "text": "我的",
- "pagePath": "pages/mycenter/mycenter",
- "iconPath": "static/img/icon-my1.png",
- "selectedIconPath": "static/img/icon-my2.png"
- }
- ]
- }
- }
|