123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
- "^hx-(.*)": "@/components/hx-$1/hx-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- // "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/luntan/luntan",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pagesA",
- "pages": [{
- "path": "tel-login",
- "style": {
- "navigationBarTitleText": ""
- }
- }, {
- "path": "jianlichange",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "yaoqing",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "userinfo",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "jianli",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "work",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "Project ",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "description",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "teach",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "expectation",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }]
- },
- {
- "root": "pagesB",
- "pages": [{
- "path": "details",
- "style": {
- "navigationBarTitleText": "职位详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "gongsi-info",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }]
- },
- {
- "root": "pagesC",
- "pages": [{
- "path": "luntan-info",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "my-luntan",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }
- ,{
- "path" : "quanzi-info",
- "style" :
- {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
-
- }
- ,{
- "path" : "xiaoxi-list",
- "style" :
- {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false
- }
-
- }
- ]
- },
- {
- "root": "pagesD",
- "pages": [{
- "path": "userinfo",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- // "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {},
- "tabBar": {
- "selectedColor": "#0C66C2",
- "color": "#818389",
- "list": [{
- "iconPath": "static/images/index.png",
- "selectedIconPath": "static/images/index1.png",
- "text": "职位",
- "pagePath": "pages/index/index"
- },
- {
- "iconPath": "static/images/luntan.png",
- "selectedIconPath": "static/images/luntan1.png",
- "text": "论坛",
- "pagePath": "pages/luntan/luntan"
- }
- ]
- }
- }
|