1 Star 0 Fork 25

yanghuangsheng / uni-app聊天室文件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
天然呆 提交于 2019-09-16 23:12 . 好友申请功能
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style" : {}
},
{
"path" : "pages/chat/chat",
"style" : {"navigationBarTitleText":"聊天"}
},
{
"path" : "pages/chat/contact",
"style" : {"navigationBarTitleText":"好友"}
},
{
"path" : "pages/chat/request-relation",
"style" : {"navigationBarTitleText":"请求列表"}
},
{
"path" : "pages/chat/match",
"style" : {
"navigationBarTitleText": "大厅",
"enablePullDownRefresh":true
}
},
{
"path":"pages/login/findpwd",
"style":{
"navigationBarTitleText":"找回密码"
}
},
{
"path":"pages/login/index",
"style":{
"navigationBarTitleText":"登录"
}
},
{
"path":"pages/user/index",
"style":{
"navigationBarTitleText":"我的"
}
},
{
"path":"pages/user/register",
"style":{
"navigationBarTitleText":"注册"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "呆小站",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition" : { //模式配置,仅开发期间生效
"current": 2, //当前激活的模式(list 的索引项)
"list": [
{
"name": "contact", //模式名称
"path": "pages/chat/contact", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
},
{
"name": "match", //模式名称
"path": "pages/chat/match", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
},
{
"name": "index", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
},
{
"name": "login", //模式名称
"path": "pages/login/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
NodeJS
1
https://gitee.com/yanghuangsheng_admin/uniapp_chat_room_files.git
git@gitee.com:yanghuangsheng_admin/uniapp_chat_room_files.git
yanghuangsheng_admin
uniapp_chat_room_files
uni-app聊天室文件
master

搜索帮助