|
@@ -4,30 +4,30 @@
|
|
},
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
{
|
|
- "path": "pages/clsd/index/index",
|
|
|
|
|
|
+ "path": "pages/index/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "爱就业咨询服务平台",
|
|
"navigationBarTitleText": "爱就业咨询服务平台",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/index/index",
|
|
|
|
|
|
+ "path": "components/u-avatar-cropper/u-avatar-cropper",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "结算广场"
|
|
|
|
|
|
+ "navigationBarTitleText": "图片裁剪",
|
|
|
|
+ "navigationBarBackgroundColor": "#000000"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/packages/index",
|
|
|
|
|
|
+ "path": "pages/statement/index/index",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "结算广场",
|
|
|
|
- "enablePullDownRefresh": true
|
|
|
|
|
|
+ "navigationBarTitleText": "结算广场"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/user/index",
|
|
|
|
|
|
+ "path": "pages/statement/packages/index",
|
|
"style": {
|
|
"style": {
|
|
- "navigationBarTitleText": "我的",
|
|
|
|
- "enablePullDownRefresh": false
|
|
|
|
|
|
+ "navigationBarTitleText": "结算广场",
|
|
|
|
+ "enablePullDownRefresh": true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -38,21 +38,21 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/auth/index",
|
|
|
|
|
|
+ "path": "pages/statement/auth/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "实名认证",
|
|
"navigationBarTitleText": "实名认证",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/company/index",
|
|
|
|
|
|
+ "path": "pages/statement/company/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "关联企业",
|
|
"navigationBarTitleText": "关联企业",
|
|
"enablePullDownRefresh": true
|
|
"enablePullDownRefresh": true
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/company/search",
|
|
|
|
|
|
+ "path": "pages/statement/company/search",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "搜索企业",
|
|
"navigationBarTitleText": "搜索企业",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
@@ -66,56 +66,76 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/clsd/job/full_time",
|
|
|
|
|
|
+ "path": "pages/job/full_time",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "找工作",
|
|
"navigationBarTitleText": "找工作",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/clsd/job/part_time",
|
|
|
|
|
|
+ "path": "pages/job/part_time",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "兼职零工",
|
|
"navigationBarTitleText": "兼职零工",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path": "pages/clsd/serve/index",
|
|
|
|
|
|
+ "path": "pages/serve/index",
|
|
"style": {
|
|
"style": {
|
|
"navigationBarTitleText": "更多服务",
|
|
"navigationBarTitleText": "更多服务",
|
|
"enablePullDownRefresh": false
|
|
"enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path" : "pages/clsd/my/index",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "我的",
|
|
|
|
- "enablePullDownRefresh" : false
|
|
|
|
|
|
+ "path": "pages/user/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "我的",
|
|
|
|
+ "enablePullDownRefresh": false
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path" : "pages/clsd/job/detail",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "工作详情"
|
|
|
|
|
|
+ "path": "pages/job/detail",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "工作详情"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path" : "pages/clsd/job/company",
|
|
|
|
- "style" :
|
|
|
|
- {
|
|
|
|
- "navigationBarTitleText" : "公司信息"
|
|
|
|
|
|
+ "path": "pages/job/company",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "公司信息"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/other/webview",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "政策资讯"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/user/switch",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path": "pages/user/resume/index",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "我的简历"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "path" : "pages/other/webview",
|
|
|
|
|
|
+ "path": "pages/user/resume/base",
|
|
|
|
+ "style": {
|
|
|
|
+ "navigationBarTitleText": "个人信息"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "path" : "pages/user/resume/advantage",
|
|
"style" :
|
|
"style" :
|
|
{
|
|
{
|
|
- "navigationBarTitleText" : "政策资讯"
|
|
|
|
|
|
+ "navigationBarTitleText" : "个人优势"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
],
|
|
],
|
|
"tabBar": {
|
|
"tabBar": {
|
|
"color": "#7A7E83",
|
|
"color": "#7A7E83",
|
|
@@ -123,19 +143,19 @@
|
|
"borderStyle": "black",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"list": [{
|
|
"list": [{
|
|
- "pagePath": "pages/clsd/index/index",
|
|
|
|
|
|
+ "pagePath": "pages/index/index",
|
|
"iconPath": "static/tab/sy.png",
|
|
"iconPath": "static/tab/sy.png",
|
|
"selectedIconPath": "static/tab/sy_s.png",
|
|
"selectedIconPath": "static/tab/sy_s.png",
|
|
"text": "首页"
|
|
"text": "首页"
|
|
- },
|
|
|
|
|
|
+ },
|
|
{
|
|
{
|
|
- "pagePath": "pages/clsd/serve/index",
|
|
|
|
|
|
+ "pagePath": "pages/serve/index",
|
|
"iconPath": "static/tab/serve.png",
|
|
"iconPath": "static/tab/serve.png",
|
|
"selectedIconPath": "static/tab/serve_s.png",
|
|
"selectedIconPath": "static/tab/serve_s.png",
|
|
"text": "更多服务"
|
|
"text": "更多服务"
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- "pagePath": "pages/clsd/my/index",
|
|
|
|
|
|
+ "pagePath": "pages/user/index",
|
|
"iconPath": "static/tab/my.png",
|
|
"iconPath": "static/tab/my.png",
|
|
"selectedIconPath": "static/tab/my_s.png",
|
|
"selectedIconPath": "static/tab/my_s.png",
|
|
"text": "我的"
|
|
"text": "我的"
|