代码拉取完成,页面将自动刷新
{
//按需引入uView 如果是用npm方式 则不需要加 “@/”
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
"^z-(.*)": "@/uni_modules/zebra-swiper/components/z-$1/z-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/find/find",
"style": {
"navigationBarTitleText": "找律师",
"navigationStyle": "custom"
}
},
{
"path": "pages/check/check",
"style": {
"navigationBarTitleText": "找律师",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
}
}
],
"subPackages": [{
"root": "pagesA",
"pages": [{
"path": "release/release",
"style": {
"navigationBarTitleText": "发帖子",
"enablePullDownRefresh": false
}
},
{
"path": "details/details",
"style": {
"navigationBarTitleText": "帖子正文",
"enablePullDownRefresh": false
}
}
]
}, {
"root": "pagesC",
"pages": [{
"path": "releaseCase/releaseCase",
"style": {
"navigationBarTitleText": "发布案例",
"enablePullDownRefresh": false
}
},
{
"path": "details/details",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
},
{
"path" : "down/down",
"style" :
{
"navigationBarTitleText" : "",
"enablePullDownRefresh" : false
}
}
]
}, {
"root": "pagesD",
"pages": [{
"path": "settings/settings",
"style": {
"navigationBarTitleText": "个人设置",
"enablePullDownRefresh": false
}
},
{
"path": "modify/modify",
"style": {
"navigationBarTitleText": "修改",
"enablePullDownRefresh": false
}
},
{
"path": "message/message",
"style": {
"navigationBarTitleText": "消息",
"enablePullDownRefresh": false
}
},
{
"path": "opinion/opinion",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
},
{
"path": "authentication/authentication",
"style": {
"navigationBarTitleText": "律师认证",
"navigationStyle": "custom"
}
},
{
"path": "protocol/protocol",
"style": {
"navigationBarTitleText": "服务协议",
"enablePullDownRefresh": false
}
},
{
"path": "fansFollow/fansFollow",
"style": {
"navigationBarTitleText": "粉丝/关注列表",
"navigationStyle": "custom"
}
},
{
"path": "systemMsg/systemMsg",
"style": {
"navigationBarTitleText": "系统消息",
"enablePullDownRefresh": false
}
},
{
"path": "collection/collection",
"style": {
"navigationBarTitleText": "收藏列表",
"navigationStyle": "custom"
}
},
{
"path": "commentsReplies/commentsReplies",
"style": {
"navigationBarTitleText": "评论与回复",
"enablePullDownRefresh": false
}
},
{
"path": "likeFollow/likeFollow",
"style": {
"navigationBarTitleText": "点赞&关注",
"enablePullDownRefresh": false
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7F889E",
"selectedColor": "#5F7BEF",
"borderStyle": "white",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-select.png",
"text": "首页"
},
{
"pagePath": "pages/find/find",
"iconPath": "static/tabbar/find.png",
"selectedIconPath": "static/tabbar/find-select.png",
"text": "找律师"
},
{
"pagePath": "pages/check/check",
"iconPath": "static/tabbar/check.png",
"selectedIconPath": "static/tabbar/check-select.png",
"text": "查法律"
},
{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/mine.png",
"selectedIconPath": "static/tabbar/mine-select.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。