1 Star 0 Fork 1

ljq/party_policy_forent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.94 KB
一键复制 编辑 原始数据 按行查看 历史
Judatou1210 提交于 2022-11-09 11:54 . style: 调整 发布页面UI
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle": "custom",
"enablePullDownRefresh": true, //开启上拉触底,下拉刷新
"onReachBottomDistance": 50 //距离底部50px时开始触发事件
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/circle/circle",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/register/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/personal/personal",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/notlogin/notlogin",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}, {
"path": "pages/writeArticle/writeArticle",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/my/myCollection/myCollection",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/my/myNotification/myNotification",
"style" :
{
"navigationBarTitleText": "通知",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/my/test/test",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "pages/search",
"pages": [
{
"path": "searchDetails/searchDetails",
"style": {
"navigationBarTitleText": "搜索详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
}
]
},
{
"root": "pages/article",
"pages": [
{
"path": "article",
"style": {
"navigationBarTitleText": "文章详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "editArticle/editArticle",
"style" :
{
"navigationBarTitleText": "编辑文章",
"enablePullDownRefresh": false
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#ff0000",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/circle/circle",
"iconPath": "static/circle.png",
"selectedIconPath": "static/circle-on.png",
"text": "圈子"
},
{
"pagePath": "pages/my/my",
"iconPath": "static/my.png",
"selectedIconPath": "static/my-on.png",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ljq364/party_policy_forent.git
git@gitee.com:ljq364/party_policy_forent.git
ljq364
party_policy_forent
party_policy_forent
master

搜索帮助