1 Star 1 Fork 0

码上致富/mszf-im

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.31 KB
一键复制 编辑 原始数据 按行查看 历史
码上致富 提交于 2022-09-29 09:04 . 首次提交
{
"easycom": {
"autoscan": true,
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"^im-(.*)": "@/components/im-$1/im-$1.vue" // 匹配components目录内的vue文件
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/tabbar/chat/index",
"style" :
{
"navigationBarTitleText": "聊天",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"bounce": "none"
}
}
,{
"path" : "pages/tabbar/contact/index",
"style" :
{
"navigationBarTitleText": "联系人",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"bounce": "none"
}
}
,{
"path" : "pages/tabbar/find/index",
"style" :
{
"navigationBarTitleText": "发现",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"bounce": "none"
}
}
,{
"path" : "pages/tabbar/mine/index",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"bounce": "none"
},
"app-plus" : {
"background":"#F9F9F9"
}
},
{
"path": "pages/common/upgrade/upgrade",
"style": {
"disableScroll": true,
"app-plus": {
"backgroundColorTop": "transparent",
"background": "transparent",
"titleNView": false,
"scrollIndicator": false,
"popGesture": "none",
"animationType": "fade-in",
"animationDuration": 200
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F9F9F9",
"backgroundColor": "#F9F9F9"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#007AFF",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [{
"text": "聊天",
"pagePath": "pages/tabbar/chat/index",
"iconPath": "static/imgs/tabbar/chat_no.png",
"selectedIconPath": "static/imgs/tabbar/chat_yes.png"
},
{
"text": "联系人",
"pagePath": "pages/tabbar/contact/index",
"iconPath": "static/imgs/tabbar/contact_no.png",
"selectedIconPath": "static/imgs/tabbar/contact_yes.png"
},
{
"text": "发现",
"pagePath": "pages/tabbar/find/index",
"iconPath": "static/imgs/tabbar/find_no.png",
"selectedIconPath": "static/imgs/tabbar/find_yes.png"
},
{
"text": "我的",
"pagePath": "pages/tabbar/mine/index",
"iconPath": "static/imgs/tabbar/mine_no.png",
"selectedIconPath": "static/imgs/tabbar/mine_yes.png"
}]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mashangzhifu/mszf-im.git
git@gitee.com:mashangzhifu/mszf-im.git
mashangzhifu
mszf-im
mszf-im
master

搜索帮助