123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "pages":[
- "pages/index/index",
- "pages/index1/index1",
- "pages/person/person",
- "pages/sociology/sociology",
- "pages/school/school",
- "pages/companyProfile/companyProfile",
- "pages/workEnvironment/workEnvironment",
- "pages/schoolTrip/schoolTrip",
- "pages/recruitInfo/recruitInfo",
- "pages/collection/collection",
- "pages/record/record",
- "pages/resume/resume",
- "pages/employeeBenefits/employeeBenefits",
- "pages/corporateCulture/corporateCulture",
- "pages/prompt/prompt"
-
-
- ],
- "window":{
- "backgroundTextStyle":"light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "Weixin",
- "navigationBarTextStyle":"black"
- },
- "tabBar": {
- "color": "#1b1b1b",
- "selectedColor": "#BF2637",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "images/new/index.png",
- "selectedIconPath": "images/new/index_active.png"
- },
- {
- "pagePath": "pages/sociology/sociology",
- "text": "社招",
- "iconPath": "images/new/recurit.png",
- "selectedIconPath": "images/new/recurit_active.png"
- },
-
- {
- "pagePath": "pages/person/person",
- "text": "我的",
- "iconPath": "images/new/person.png",
- "selectedIconPath": "images/new/person_active.png"
- }]
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json"
- }
|