1 Star 0 Fork 1

侯文豪/uni-id-chat

forked from 天然呆/uni-id-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
天然呆 提交于 2020-12-09 23:39 . 完成单聊功能
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/my/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/my/log",
"style": {
"navigationBarTitleText": "日志"
}
},
{
"path": "pages/chat/index",
"style": {
"navigationBarTitleText": "聊天"
}
}
,{
"path" : "pages/contact/index",
"style" :
{
"navigationBarTitleText": "好友",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/search/index",
"style" :
{
"navigationBarTitleText": "查找好友",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/new-buddy/index",
"style" :
{
"navigationBarTitleText": "好友请求",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/dialogue/index",
"style" :
{
"navigationBarTitleText": "对话",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"list": [
{
"pagePath": "pages/contact/index"
},
{
"pagePath": "pages/my/index"
},
{
"pagePath":"pages/dialogue/index"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "index", //模式名称
"path": "pages/my/index", //启动页面,必选
"query": "id=5fa5e5941655ff0001526ae5" //启动参数,在页面的onLoad函数里面得到。
},{
"name": "chat", //模式名称
"path": "pages/chat/index", //启动页面,必选
"query": "id=5fa5e5941655ff0001526ae5" //启动参数,在页面的onLoad函数里面得到。
},
{
"name": "test",
"path": "pages/dialogue/index"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/hou-wenhao123/chat_uni_gateway.git
git@gitee.com:hou-wenhao123/chat_uni_gateway.git
hou-wenhao123
chat_uni_gateway
uni-id-chat
master

搜索帮助