1 Star 0 Fork 12

cdsy8811/colorui-im-h5

forked from im/colorui-im-h5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.24 KB
一键复制 编辑 原始数据 按行查看 历史
非连续性 提交于 2021-06-16 17:02 . update
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "colorUI-IM",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/my/my",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/friend/friend",
"style" :
{
"navigationBarTitleText": "好友",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/chat/chat",
"style" :
{
"navigationBarTitleText": "聊天",
"enablePullDownRefresh": true,
"rightWindow": false
}
}
,{
"path" : "pages/chat/width",
"style" :
{
"navigationBarTitleText": "聊天",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/chat/customer",
"style" :
{
"navigationBarTitleText": "顾客",
"enablePullDownRefresh": true,
"rightWindow": false
}
},{
"path" : "pages/chat/customer-service",
"style" :
{
"navigationBarTitleText": "客服",
"enablePullDownRefresh": true,
"rightWindow": false
}
},
{
"path" : "pages/chat/chat-customer-service",
"style" :
{
"navigationBarTitleText": "客服",
"enablePullDownRefresh": true,
"rightWindow": false
}
}
],
"globalStyle": {
// "navigationBarTextStyle": "black",
// "navigationBarTitleText": "uni-app",
// "navigationBarBackgroundColor": "#F8F8F8",
// "backgroundColor": "#F8F8F8"
"navigationBarBackgroundColor": "#0081ff",
"navigationBarTitleText": "ColorUi for UniApp",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
// "onReachBottomDistance": 50
},
"rightWindow": {
"path": "/pages/responsive/right-window.vue",
"style": {
"width": "calc(100vw - 375px)"
},
"matchMedia": {
"minWidth": 768
}
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "colorUI-IM", //模式名称
"path": "pages/index/index", //启动页面
"query": "store_id=1" //启动参数
}
]
},
"app-plus": {
"softinputMode": "adjustResize"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cdsy8811_admin/colorui-im-h5.git
git@gitee.com:cdsy8811_admin/colorui-im-h5.git
cdsy8811_admin
colorui-im-h5
colorui-im-h5
master

搜索帮助