2025-04-28 15:59:21 +08:00
|
|
|
{
|
|
|
|
"pages": [
|
2025-06-23 10:03:08 +08:00
|
|
|
"pages/personCenter/mine/mine",
|
2025-06-25 15:44:12 +08:00
|
|
|
"pages/loginModule/pwdLogin/pwdLogin",
|
2025-06-15 22:28:34 +08:00
|
|
|
"pages/loginModule/agreement/agreement",
|
|
|
|
"pages/loginModule/privacyPolicy/privacyPolicy",
|
2025-05-28 18:53:41 +08:00
|
|
|
"pages/personCenter/subCommissionSetting/subCommissionSetting",
|
2025-05-28 12:51:02 +08:00
|
|
|
"pages/test/testVideo/testVideo",
|
2025-05-26 09:46:08 +08:00
|
|
|
"pages/personCenter/withdrawal/withdrawal",
|
2025-05-30 08:30:19 +08:00
|
|
|
"pages/personCenter/withdrawalAccount/withdrawalAccount",
|
2025-05-26 09:46:08 +08:00
|
|
|
"pages/personCenter/accountSetting/accountSetting",
|
|
|
|
"pages/personCenter/contactSuper/contactSuper",
|
2025-05-21 18:37:03 +08:00
|
|
|
"pages/personCenter/fundingDetails/fundingDetails",
|
2025-05-26 09:46:08 +08:00
|
|
|
"pages/personCenter/teamManage/teamManage",
|
2025-05-21 18:37:03 +08:00
|
|
|
"pages/personCenter/billingDetails/billingDetails",
|
2025-05-26 09:46:08 +08:00
|
|
|
"pages/projectModule/projectList/projectList",
|
2025-05-19 09:08:33 +08:00
|
|
|
"pages/projectModule/projectNotice/projectNotice",
|
|
|
|
"pages/projectModule/projectDetail/projectDetail",
|
2025-05-17 23:17:14 +08:00
|
|
|
"pages/loginModule/register/register",
|
|
|
|
"pages/projectModule/applyCode/applyCode",
|
|
|
|
"pages/projectModule/userProject/userProject",
|
2025-05-28 18:53:41 +08:00
|
|
|
"pages/loginModule/forgetPwd/forgetPwd",
|
2025-05-29 21:31:35 +08:00
|
|
|
"pages/personCenter/commissionSetting/commissionSetting",
|
2025-06-01 10:43:37 +08:00
|
|
|
"pages/personCenter/resetPwd/resetPwd",
|
2025-06-03 21:29:15 +08:00
|
|
|
"pages/personCenter/bindBankCard/bindBankCard",
|
2025-06-09 19:08:32 +08:00
|
|
|
"pages/projectModule/settlement/settlement",
|
2025-06-23 10:03:08 +08:00
|
|
|
"pages/projectModule/subSettlement/subSettlement",
|
|
|
|
"pages/course/homepage/homepage",
|
2025-06-25 15:44:12 +08:00
|
|
|
"pages/course/searchCourses/searchCourses",
|
|
|
|
"pages/course/courseList/courseList",
|
|
|
|
"pages/course/courseDetail/courseDetail",
|
|
|
|
"pages/course/createCourseOrder/createCourseOrder",
|
|
|
|
"pages/course/waitPayOrder/waitPayOrder",
|
|
|
|
"pages/course/applyPromotion/applyPromotion",
|
|
|
|
"pages/course/recommendUser/recommendUser",
|
|
|
|
"pages/course/courseOrderList/courseOrderList",
|
|
|
|
"pages/course/courseSettlementRecord/courseSettlementRecord"
|
2025-04-28 15:59:21 +08:00
|
|
|
],
|
|
|
|
"window": {
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"navigationBarTitleText": "Weixin",
|
|
|
|
"navigationBarBackgroundColor": "#ffffff"
|
|
|
|
},
|
|
|
|
"style": "v2",
|
|
|
|
"componentFramework": "glass-easel",
|
|
|
|
"sitemapLocation": "sitemap.json",
|
|
|
|
"lazyCodeLoading": "requiredComponents",
|
|
|
|
"tabBar": {
|
|
|
|
"custom": false,
|
|
|
|
"color": "#000000",
|
|
|
|
"selectedColor": "#FC7E09",
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
"list": [
|
|
|
|
{
|
2025-05-18 09:30:05 +08:00
|
|
|
"pagePath": "pages/projectModule/projectList/projectList",
|
2025-04-28 15:59:21 +08:00
|
|
|
"text": "接单",
|
2025-05-28 12:51:02 +08:00
|
|
|
"iconPath": "/static/jd1.png",
|
|
|
|
"selectedIconPath": "/static/jd2.png"
|
2025-04-28 15:59:21 +08:00
|
|
|
},
|
2025-06-23 10:03:08 +08:00
|
|
|
{
|
|
|
|
"pagePath": "pages/course/homepage/homepage",
|
|
|
|
"text": "课程",
|
2025-06-25 15:44:12 +08:00
|
|
|
"iconPath": "/static/course.png",
|
|
|
|
"selectedIconPath": "/static/courseselected.png"
|
2025-06-23 10:03:08 +08:00
|
|
|
},
|
2025-04-28 15:59:21 +08:00
|
|
|
{
|
2025-05-21 20:24:34 +08:00
|
|
|
"pagePath": "pages/personCenter/mine/mine",
|
2025-04-28 15:59:21 +08:00
|
|
|
"text": "我的",
|
2025-05-28 12:51:02 +08:00
|
|
|
"iconPath": "/static/wd1.png",
|
|
|
|
"selectedIconPath": "/static/wd2.png"
|
2025-04-28 15:59:21 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"usingComponents": {}
|
|
|
|
}
|