2024-11-08 11:55:23 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
|
"style": {
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"navigationBarTitleText": "青岛智慧就业平台",
|
2025-05-13 11:42:17 +08:00
|
|
|
|
// #ifdef H5
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2025-05-13 11:42:17 +08:00
|
|
|
|
// #endif
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/mine/mine",
|
|
|
|
|
|
"style": {
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"navigationBarTitleText": "我的",
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"navigationStyle": "custom"
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/msglog/msglog",
|
|
|
|
|
|
"style": {
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"navigationBarTitleText": "消息",
|
|
|
|
|
|
"navigationStyle": "custom",
|
|
|
|
|
|
"enablePullDownRefresh": false
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/careerfair/careerfair",
|
|
|
|
|
|
"style": {
|
2025-10-30 11:29:57 +08:00
|
|
|
|
"navigationBarTitleText": "招聘会"
|
|
|
|
|
|
// "navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/complete-info/complete-info",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "补全信息"
|
|
|
|
|
|
// "navigationStyle": "custom"
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
2025-10-30 11:29:57 +08:00
|
|
|
|
"path": "pages/complete-info/company-info",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"style": {
|
2025-10-30 11:29:57 +08:00
|
|
|
|
"navigationBarTitleText": "企业信息"
|
|
|
|
|
|
// "navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/complete-info/components/map-location-picker",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "选择地址",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2024-11-18 16:33:37 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/nearby/nearby",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "附近",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
|
"navigationStyle": "custom"
|
2024-11-18 16:33:37 +08:00
|
|
|
|
}
|
2025-03-28 15:19:42 +08:00
|
|
|
|
},
|
2025-10-30 11:29:57 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/test/userTypeTest",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "用户类型测试",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/job/publishJob",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "发布岗位",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2025-03-28 15:19:42 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/chat/chat",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "AI+",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
|
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
|
"enablePullDownRefresh": false,
|
|
|
|
|
|
// #ifdef H5
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
//#endif
|
|
|
|
|
|
}
|
2025-05-13 11:10:38 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/search/search",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2024-11-08 11:55:23 +08:00
|
|
|
|
}
|
2025-05-13 11:10:38 +08:00
|
|
|
|
|
2024-11-08 11:55:23 +08:00
|
|
|
|
],
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"subpackages": [{
|
|
|
|
|
|
"root": "packageA",
|
2025-10-23 15:04:00 +08:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2025-10-30 11:29:57 +08:00
|
|
|
|
"path" : "pages/addWorkExperience/addWorkExperience",
|
|
|
|
|
|
"style" :
|
|
|
|
|
|
{
|
|
|
|
|
|
"navigationBarTitleText" : "添加工作经历",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},{
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"path": "pages/choiceness/choiceness",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "精选",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/post/post",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职位详情",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/UnitDetails/UnitDetails",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "单位详情",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/exhibitors/exhibitors",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "参展单位",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#4778EC",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/myResume/myResume",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "我的简历",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/Intendedposition/Intendedposition",
|
|
|
|
|
|
"style": {
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarTitleText": "投递记录",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
}, {
|
|
|
|
|
|
"path": "pages/collection/collection",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "我的收藏",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/browseJob/browseJob",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "我的浏览",
|
2025-05-13 11:10:38 +08:00
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/addPosition/addPosition",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "添加岗位",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/selectDate/selectDate",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/personalInfo/personalInfo",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "个人信息",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/jobExpect/jobExpect",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "求职期望",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/reservation/reservation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "我的预约",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/choicenessList/choicenessList",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "精选企业",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
|
"navigationStyle": "custom"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
}
|
2025-05-15 14:17:51 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/newJobPosition/newJobPosition",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "新职位推荐",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/systemNotification/systemNotification",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "系统通知",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
|
}
|
2025-06-26 08:56:42 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/tiktok/tiktok",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
2025-08-20 13:38:47 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/moreJobs/moreJobs",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "更多岗位",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-09-29 11:53:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/collection/compare",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": " 岗位对比",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/myResume/corporateInformation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": " 企业详情",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
2025-08-20 13:38:47 +08:00
|
|
|
|
}
|
2024-11-18 16:33:37 +08:00
|
|
|
|
}
|
2025-03-28 15:19:42 +08:00
|
|
|
|
]
|
2025-10-30 11:29:57 +08:00
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"root": "packageB",
|
2025-10-23 15:04:00 +08:00
|
|
|
|
"pages": [
|
|
|
|
|
|
{
|
2025-10-30 11:29:57 +08:00
|
|
|
|
"path" : "pages/search/search",
|
|
|
|
|
|
"style" : {
|
|
|
|
|
|
"navigationBarTitleText" : "生涯规划",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/job/index",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职业库"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/job/midList",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职业库-中类"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/job/smallList",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职业库-小类"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/job/details",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职业详情"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2025-11-04 13:46:18 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/userCenter/professionPath",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职业路径",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
2025-10-30 11:29:57 +08:00
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/userCenter/personDocument",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "生涯档案",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/userCenter/careerCompass",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "生涯罗盘",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/userCenter/learningPlan",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "学业规划",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/userCenter/smartTarget",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "学业规划",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/userCenter/fillInInformation",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "完善个人信息"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/pagesTest/testList",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "生涯测评",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/pagesTest/customTestTitle",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "自定义测评",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/pagesTest/interestTestTitle",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职业兴趣测评",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/pagesTest/workValuesTestTitle",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "工作价值观测评",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/pagesTest/personalTestTitle",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "人格测评",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/testReport/workValuesTestReport",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "工作价值观测评报告",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/testReport/multipleAbilityTestReport",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "多元能力测评报告",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/testReport/generalCareerTestReport",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "通用职业能力测评报告",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/testReport/personalTestReport",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "人格测评报告",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"path": "pages/testReport/interestTestReport",
|
|
|
|
|
|
"style": {
|
|
|
|
|
|
"navigationBarTitleText": "职业兴趣测评报告",
|
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2025-10-23 15:04:00 +08:00
|
|
|
|
]
|
2025-10-30 11:29:57 +08:00
|
|
|
|
}
|
|
|
|
|
|
],
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"tabBar": {
|
2025-04-07 09:10:55 +08:00
|
|
|
|
"color": "#5E5F60",
|
2025-03-28 15:55:21 +08:00
|
|
|
|
"selectedColor": "#256BFA",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
|
"list": [{
|
|
|
|
|
|
"pagePath": "pages/index/index",
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"iconPath": "static/tabbar/calendar.png",
|
|
|
|
|
|
"selectedIconPath": "static/tabbar/calendared.png",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"text": "职位"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/careerfair/careerfair",
|
2025-03-28 15:19:42 +08:00
|
|
|
|
"iconPath": "static/tabbar/post.png",
|
|
|
|
|
|
"selectedIconPath": "static/tabbar/posted.png",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"text": "招聘会"
|
|
|
|
|
|
},
|
2025-03-28 15:19:42 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/chat/chat",
|
2025-05-15 14:17:51 +08:00
|
|
|
|
"iconPath": "static/tabbar/logo3.png",
|
2025-10-30 11:29:57 +08:00
|
|
|
|
"selectedIconPath": "static/tabbar/logo3.png",
|
|
|
|
|
|
"text": "AI+"
|
2025-03-28 15:19:42 +08:00
|
|
|
|
},
|
2024-11-08 11:55:23 +08:00
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/msglog/msglog",
|
|
|
|
|
|
"iconPath": "static/tabbar/chat4.png",
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"selectedIconPath": "static/tabbar/chat4ed.png",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"text": "消息"
|
|
|
|
|
|
},
|
|
|
|
|
|
{
|
|
|
|
|
|
"pagePath": "pages/mine/mine",
|
|
|
|
|
|
"iconPath": "static/tabbar/mine.png",
|
2024-11-18 16:33:37 +08:00
|
|
|
|
"selectedIconPath": "static/tabbar/mined.png",
|
2024-11-08 11:55:23 +08:00
|
|
|
|
"text": "我的"
|
|
|
|
|
|
}
|
|
|
|
|
|
]
|
|
|
|
|
|
},
|
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
2025-10-30 11:29:57 +08:00
|
|
|
|
"backgroundColor": "#F8F8F8"
|
2025-05-13 11:10:38 +08:00
|
|
|
|
// "enablePullDownRefresh": false,
|
2025-10-30 11:29:57 +08:00
|
|
|
|
// "navigationStyle": "custom"
|
|
|
|
|
|
},
|
|
|
|
|
|
"easycom": {
|
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
|
"custom": {
|
|
|
|
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue",
|
|
|
|
|
|
"^IconfontIcon$": "@/components/IconfontIcon/IconfontIcon.vue",
|
|
|
|
|
|
"^WxAuthLogin$": "@/components/WxAuthLogin/WxAuthLogin.vue",
|
|
|
|
|
|
"^AppLayout$": "@/components/AppLayout/AppLayout.vue"
|
|
|
|
|
|
}
|
2024-11-08 11:55:23 +08:00
|
|
|
|
},
|
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
|
}
|