1 Star 0 Fork 1

镜花/uniapp聊天app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 6.11 KB
一键复制 编辑 原始数据 按行查看 历史
user_11286808 提交于 2022-10-19 11:53 . 第一次更新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/cat/cat",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/singin/singin",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/register/register",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/search/search",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/userhome/userhome",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/userquery/userquery",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/userdetails/userdetails",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/frendquest/frendquest",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/buildgroup/buildgroup",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/groupDetail/groupDetail",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "components/submit/submit",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "components/emoj/emoj",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/scroll/scroll",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/friends/friends",
"style" :
{
"navigationBarTitleText": "通讯录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/createfroup/createfroup",
"style" :
{
"navigationBarTitleText": "创建群",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myGroup/myGroup",
"style" :
{
"navigationBarTitleText": "我的群",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/groupCat/groupCat",
"style" :
{
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/textpage/textpage",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#777777",
"selectedColor": "#3228c2",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"text": "消息"
},
{
"pagePath": "pages/friends/friends",
"text": "通讯录"
},
{
"pagePath": "pages/userdetails/userdetails",
"text": "我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hiphops/cat.git
git@gitee.com:hiphops/cat.git
hiphops
cat
uniapp聊天app
master

搜索帮助