You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
2.2 KiB

3 years ago
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "常安门户"
}
}, {
"path": "pages/index/mine",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}, {
3 years ago
"path": "pages/list/list",
"style": {
"navigationBarTitleText": "常安门户",
"enablePullDownRefresh": false
}
},{
3 years ago
"path": "pages/list/zhxw",
"style": {
"navigationBarTitleText": "综合新闻",
"enablePullDownRefresh": false
}
},{
"path": "pages/list/tpxw",
"style": {
3 years ago
"navigationBarTitleText": "新闻资讯",
3 years ago
"enablePullDownRefresh": false
}
},{
"path": "pages/list/gdjx",
"style": {
"navigationBarTitleText": "各地警讯",
"enablePullDownRefresh": false
}
}, {
"path": "pages/list/jgdt",
"style": {
"navigationBarTitleText": "机关动态",
"enablePullDownRefresh": false
}
}, {
"path": "pages/list/hjjs",
"style": {
"navigationBarTitleText": "好警纪实",
"enablePullDownRefresh": false
}
},{
"path": "pages/list/jywh",
"style": {
"navigationBarTitleText": "警营文化",
"enablePullDownRefresh": false
}
},{
"path": "pages/content/content",
"style": {
3 years ago
"navigationBarTitleText": "常安门户",
3 years ago
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#cbcbcb",
"selectedColor": "#f5cb2b",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index"
}, {
"pagePath": "pages/index/mine"
}, {
"pagePath": "pages/list/tpxw"
}, {
"pagePath": "pages/list/zhxw"
}, {
"pagePath": "pages/list/gdjx"
}, {
"pagePath": "pages/list/jgdt"
}, {
"pagePath": "pages/list/hjjs"
}, {
"pagePath": "pages/list/jywh"
}]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}