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": {
@ -152,7 +176,7 @@
"navigationStyle": "custom", "navigationStyle": "custom",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": true, "enablePullDownRefresh": true,
"onReachBottomDistance": 100 "onReachBottomDistance": 100
} }
}, },
{ {
@ -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",
@ -280,35 +301,39 @@
"borderStyle": "white", "borderStyle": "white",
"backgroundColor": "#ffffff", "backgroundColor": "#ffffff",
"list": [{ "list": [{
"pagePath": "pages/index", "pagePath": "pages/index",
"iconPath": "static/images/tabbar/tu1-2.png", "iconPath": "static/images/tabbar/tu1-2.png",
"selectedIconPath": "static/images/tabbar/tu1-1.png", "selectedIconPath": "static/images/tabbar/tu1-1.png",
"text": "首页" "text": "首页"
}, { }, {
"pagePath": "pages/activity/index", "pagePath": "pages/activity/index",
"iconPath": "static/images/tabbar/tu1-4.png", "iconPath": "static/images/tabbar/tu1-4.png",
"selectedIconPath": "static/images/tabbar/tu1-3.png", "selectedIconPath": "static/images/tabbar/tu1-3.png",
"text": "活动" "text": "活动"
} }
// , {
,{ // "pagePath": "pages/work/index",
"pagePath": "pages/partJob/index", // "iconPath": "static/images/tabbar/work.png",
"iconPath": "static/images/tabbar/tu1-6.png", // "selectedIconPath": "static/images/tabbar/work_.png",
"selectedIconPath": "static/images/tabbar/tu1-5.png", // "text": "工作台"
"text": "兼职" // }
} , {
,{ "pagePath": "pages/partJob/index",
"pagePath": "pages/takeaway/index", "iconPath": "static/images/tabbar/tu1-6.png",
"iconPath": "static/images/tabbar/tu1-8.png", "selectedIconPath": "static/images/tabbar/tu1-5.png",
"selectedIconPath": "static/images/tabbar/tu1-7.png", "text": "兼职"
"text": "外卖" }, {
} "pagePath": "pages/takeaway/index",
, { "iconPath": "static/images/tabbar/tu1-8.png",
"pagePath": "pages/mine/index", "selectedIconPath": "static/images/tabbar/tu1-7.png",
"iconPath": "static/images/tabbar/tu1-10.png", "text": "外卖"
"selectedIconPath": "static/images/tabbar/tu1-9.png", }, {
"text": "我的" "pagePath": "pages/mine/index",
}] "iconPath": "static/images/tabbar/tu1-10.png",
"selectedIconPath": "static/images/tabbar/tu1-9.png",
"text": "我的"
}
]
}, },
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
@ -317,6 +342,4 @@
} }
} }
}