2 Star 0 Fork 0

凌智科技有限责任公司/寻律小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.31 KB
一键复制 编辑 原始数据 按行查看 历史
zz_skate 提交于 2024-04-29 17:10 . bug修改
{
//按需引入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": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ling-zhi-keji/seeking-law.git
git@gitee.com:ling-zhi-keji/seeking-law.git
ling-zhi-keji
seeking-law
寻律小程序
main

搜索帮助