代码拉取完成,页面将自动刷新
同步操作将从 我不爱学习/校园生活助手 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{ "easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"usingComponents": {
"mp-sticky": "@miniprogram-component-plus/sticky"
},
"pages": [
{
"path": "pages/index/index",
"style": {
// #ifndef APP-PLUS
"enablePullDownRefresh": true,
// #endif
"navigationStyle": "custom"
}
},
{
"path" : "pages/putmsg/putmsg",
"style" :
{
"navigationBarTitleText": "发布信息",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/list/list",
"style": {
// #ifndef APP-PLUS
"enablePullDownRefresh": false,
// #endif
"navigationStyle": "custom"
}
},
{
"path": "pages/grid/grid",
"style": {
//#ifndef MP
"navigationStyle": "custom"
//#endif
}
}, {
"path": "pages/ucenter/login-page/index/index",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"animationType": "none",
"popGesture": "none"
}
}
}, {
"path": "pages/list/search/search",
"style": {
"navigationBarTitleText":"搜索"
}
}, {
"path": "pages/list/detail",
"style": {
"app-plus": {
"titleNView": {
"buttons": [{
"type": "share"
}],
"type": "transparent"
}
},
"h5": {
"titleNView": {
"type": "transparent"
}
},
"navigationBarTitleText": "文章详情"
}
}, {
"path": "pages/ucenter/userinfo/bind-mobile/bind-mobile",
"style": {
"navigationBarTitleText": "绑定手机号码"
}
},
{
"path": "pages/ucenter/ucenter",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/ucenter/about/about",
"style": {
"navigationBarTitleText": "关于"
// #ifdef APP-PLUS
,
"app-plus": {
"titleNView": {
"buttons": [{
"type": "share"
}]
}
}
// #endif
}
},
{
"path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
"style": {
"disableScroll": true,
"app-plus": {
"backgroundColorTop": "transparent",
"background": "transparent",
"titleNView": false,
"scrollIndicator": false,
"popGesture": "none",
"animationType": "fade-in",
"animationDuration": 200
}
}
}, {
"path": "pages/uni-agree/uni-agree",
"style": {
"navigationStyle": "custom",
"app-plus": {
"popGesture": "none"
}
}
}, {
"path": "pages/ucenter/settings/settings",
"style": {
"navigationBarTitleText": "设置"
}
}, {
"path": "pages/ucenter/userinfo/userinfo",
"style": {
"navigationBarTitleText": "个人资料"
}
}, {
"path": "pages/ucenter/userinfo/cropImage",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/ucenter/login-page/pwd-login/pwd-login",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/ucenter/login-page/pwd-retrieve/pwd-retrieve",
"style": {
"navigationBarTitleText": "重置密码"
}
}, {
"path": "pages/ucenter/login-page/phone-code/phone-code",
"style": {
"navigationBarTitleText": ""
}
}, {
"path": "pages/common/webview/webview",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/ucenter/login-page/register/register",
"style": {
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
},
{
"path": "pages/ucenter/read-news-log/read-news-log",
"style": {
"navigationBarTitleText": "阅读记录",
"enablePullDownRefresh": true
}
}, {
"path": "pages/ucenter/invite/invite",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/ucenter/settings/deactivate/deactivate",
"style": {
"navigationBarTitleText": "注销提醒",
"enablePullDownRefresh": false
}
}, {
"path": "uni_modules/uni-feedback/pages/opendb-feedback/opendb-feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/release/release",
"style" :
{
"navigationBarTitleText": "选择发布",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/details/details",
"style" :
{
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/map/map",
"style" :
{
"navigationBarTitleText": "选择位置",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myRelease/myRelease",
"style" :
{
"navigationBarTitleText": "我的发布",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "校园生活助手",
"navigationBarBackgroundColor": "#1CBBB4",
"backgroundColor": "#F8F8F8",
"enablePullDownRefresh": false,
// "maxWidth":375,
"rpxCalcMaxDeviceWidth":375,
"rpxCalcBaseDeviceWidth":375
// "rpxCalcIncludeWidth":0
},
"condition": {
"list": [{
"path": "pages/list/detail"
}, {
"path": "pages/list/list"
},
{
"path": "pages/ucenter/login-page/index/index"
}, {
"path": "pages/ucenter/userinfo/userinfo"
},
{
"path": "pages/ucenter/settings/settings"
}
],
"current": 1
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#1CBBB4",
"borderStyle": "black",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/index.png",
"selectedIconPath": "static/tabbar/indexxz.png",
"text": "首页"
}, {
"pagePath": "pages/release/release",
"iconPath": "static/tabbar/add.png",
"selectedIconPath": "static/tabbar/addxz.png",
"text": "发布"
}
, {
"pagePath": "pages/ucenter/ucenter",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homexz.png",
"text": "我的"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。