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