代码拉取完成,页面将自动刷新
同步操作将从 Judatou1210/party_policy_forent 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"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": "我的"
}
]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。