Merge remote-tracking branch 'origin/main' into main

main
26947 2024-06-08 19:07:23 +08:00
commit 50dce48035
1 changed files with 76 additions and 53 deletions

View File

@ -7,12 +7,7 @@
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue" "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
} }
}, },
"pages": [{
"pages": [
{
"path": "pages/index", "path": "pages/index",
"style": { "style": {
"navigationBarTitleText": "若依移动端框架", "navigationBarTitleText": "若依移动端框架",
@ -21,12 +16,20 @@
} }
}, },
{ {
"path": "pages/Friend/Interactivemessage", "path": "pages/Friend/Interactivemessage",
"style": { "style": {
"navigationBarTitleText": "互动消息", "navigationBarTitleText": "互动消息",
"navigationStyle": "custom" "navigationStyle": "custom"
}}, }
},
{
"path": "pages/post/postInfo/postInfo",
"style": {
"navigationBarTitleText": "话题详情"
}
},
{ {
"path": "pages/Friend/addfruebd", "path": "pages/Friend/addfruebd",
"style": { "style": {
@ -35,6 +38,21 @@
} }
}, },
{ {
"path": "pages/communication/addfriends",
"style": {
"navigationBarTitleText": "添加好友",
"navigationStyle": "custom"
}
},
{
"path": "pages/signln/signid",
"style": {
"navigationBarTitleText": "签到任务",
"navigationStyle": "custom"
}
},
{
"path": "pages/Friend/violationreporting",
"path": "pages/signln/harvestaddress", "path": "pages/signln/harvestaddress",
"style": { "style": {
@ -42,13 +60,13 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
// { {
// "path": "pages/signln/harvestaddress", "path": "pages/signln/harvestaddress",
// "style": { "style": {
// "navigationBarTitleText": "地址", "navigationBarTitleText": "地址",
// "navigationStyle": "custom" "navigationStyle": "custom"
// } }
// }, },
{ {
"path": "pages/post/postInfo/postInfo", "path": "pages/post/postInfo/postInfo",
"style": { "style": {
@ -79,6 +97,13 @@
} }
}, },
{
"path": "pages/signln/harvestaddress",
"style": {
"navigationBarTitleText": "收货地址",
"navigationStyle": "custom"
}
},
{ {
"path": "pages/signln/successfulexchange", "path": "pages/signln/successfulexchange",
@ -87,7 +112,6 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/signln/signiddetails", "path": "pages/signln/signiddetails",
"style": { "style": {
@ -257,22 +281,19 @@
"navigationBarTitleText": "消息通知", "navigationBarTitleText": "消息通知",
"navigationStyle": "custom" "navigationStyle": "custom"
} }
} },
,
{ {
"path": "pages/takeaway/index", "path": "pages/takeaway/index",
"style": { "style": {
"navigationBarTitleText": "外卖" "navigationBarTitleText": "外卖"
} }
} },
,
{ {
"path": "pages/partJob/index", "path": "pages/partJob/index",
"style": { "style": {
"navigationBarTitleText": "兼职" "navigationBarTitleText": "兼职"
} }
} }
], ],
"tabBar": { "tabBar": {
"color": "#000000", "color": "#000000",
@ -290,25 +311,29 @@
"selectedIconPath": "static/images/tabbar/tu1-3.png", "selectedIconPath": "static/images/tabbar/tu1-3.png",
"text": "活动" "text": "活动"
} }
// , {
,{ // "pagePath": "pages/work/index",
// "iconPath": "static/images/tabbar/work.png",
// "selectedIconPath": "static/images/tabbar/work_.png",
// "text": "工作台"
// }
, {
"pagePath": "pages/partJob/index", "pagePath": "pages/partJob/index",
"iconPath": "static/images/tabbar/tu1-6.png", "iconPath": "static/images/tabbar/tu1-6.png",
"selectedIconPath": "static/images/tabbar/tu1-5.png", "selectedIconPath": "static/images/tabbar/tu1-5.png",
"text": "兼职" "text": "兼职"
} }, {
,{
"pagePath": "pages/takeaway/index", "pagePath": "pages/takeaway/index",
"iconPath": "static/images/tabbar/tu1-8.png", "iconPath": "static/images/tabbar/tu1-8.png",
"selectedIconPath": "static/images/tabbar/tu1-7.png", "selectedIconPath": "static/images/tabbar/tu1-7.png",
"text": "外卖" "text": "外卖"
} }, {
, {
"pagePath": "pages/mine/index", "pagePath": "pages/mine/index",
"iconPath": "static/images/tabbar/tu1-10.png", "iconPath": "static/images/tabbar/tu1-10.png",
"selectedIconPath": "static/images/tabbar/tu1-9.png", "selectedIconPath": "static/images/tabbar/tu1-9.png",
"text": "我的" "text": "我的"
}] }
]
}, },
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
@ -317,6 +342,4 @@
} }
} }
}