1 Star 0 Fork 3

镜花/校园生活助手

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 6.62 KB
一键复制 编辑 原始数据 按行查看 历史
我不爱学习 提交于 2022-09-23 19:52 . 添加位置分享功能
{ "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": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hiphops/campus-life-assistant-school.git
git@gitee.com:hiphops/campus-life-assistant-school.git
hiphops
campus-life-assistant-school
校园生活助手
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385