123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/main/index/index",
- "style": {
- "navigationBarTitleText": "荆开零工驿站",
- // "navigationBarBackgroundColor": "#2795FD",
- "navigationBarTextStyle": "white",
- "navigationStyle": "custom"
- }
- }
-
-
- ],
- "preloadRule": {
- "pages/main/index/index": {
- "network": "all",
- "packages": ["pages/tab","pages/packages"]
- }
- },
- "globalStyle": {
- "navigationStyle": "custom", // 隐藏系统导航栏
- "navigationBarTitleText": "荆开零工驿站",
- "enablePullDownRefresh": false
-
- },
- "subPackages": [
- {
- "root": "pages/tab",
- "pages": [
- {
- "path" : "mine/mine",
- "style" :
- {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "jobInformation/jobInformation",
- "style" :
- {
- "navigationBarTitleText": "用工信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "issue/issue",
- "style" :
- {
- "navigationBarTitleText": "发布",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "choreInformation/choreInformation",
- "style" :
- {
- "navigationBarTitleText": "零工驿站",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }
- ,
- {
- "root": "pages/packages",
- "pages": [
- {
- "path" : "shareEmployment/shareEmployment",
- "style" :
- {
- "navigationBarTitleText": "共享用工",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "shareEmployment/articleDetail",
- "style" :
- {
- "navigationBarTitleText": "文章详情",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "search/search",
- "style" :
- {
- "navigationBarTitleText": "搜索",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "search/searchResult",
- "style" :
- {
- "navigationBarTitleText": "搜索结果",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "choreInformation/jobSearchDetails",
- "style" :
- {
- "navigationBarTitleText": "求职详情",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "mine/employmentService/shareEmployment",
- "style" :
- {
- "navigationBarTitleText": "共享用工",
- "enablePullDownRefresh": false
-
- }
-
- }
- ,{
- "path" : "mine/employmentService/postMessage",
- "style" :
- {
- "navigationBarTitleText": "发布信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "skillTraining/skillTraining",
- "style" :
- {
- "navigationBarTitleText": "技能培训",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "skillTraining/trainingRegistration",
- "style" :
- {
- "navigationBarTitleText": "培训报名",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "news/news",
- "style" :
- {
- "navigationBarTitleText": "新闻咨询",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "news/articleDetail",
- "style" :
- {
- "navigationBarTitleText": "文章详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "jobInformation/jobDetails",
- "style" :
- {
- "navigationBarTitleText": "岗位详情",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "mine/myJobInformation/cropImage",
- "style" :
- {
- "navigationBarTitleText": "求职信息",
- "enablePullDownRefresh": false
- }
-
- },{
- "path" : "mine/myJobInformation/myJobInformation",
- "style" :
- {
- "navigationBarTitleText": "求职信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "mine/myJobInformation/myRegistration",
- "style" :
- {
- "navigationBarTitleText": "我的报名",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "mine/employmentService/laborManagement/laborManagement",
- "style" :
- {
- "navigationBarTitleText": "用工管理",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "mine/employmentService/laborManagement/postMessage",
- "style" :
- {
- "navigationBarTitleText": "发布求职信息",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "mine/employmentService/receiveRegistration",
- "style" :
- {
- "navigationBarTitleText": "收到报名",
- "enablePullDownRefresh": false
- }
-
- }
-
- ,{
- "path" : "mine/otherServices/authentication",
- "style" :
- {
- "navigationBarTitleText": "身份认证",
- "enablePullDownRefresh": false
- }
-
- }
- ,{
- "path" : "mine/privacy",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- }],
-
-
-
-
- "uniIdRouter": {},
- "condition" : { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|