Ai
1 Star 0 Fork 18

mark-gitee/gofly客服-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.09 KB
一键复制 编辑 原始数据 按行查看 历史
程序员老狼 提交于 2023-02-16 14:19 +08:00 . 登录页面问题
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "客服助手"
}
}
,{
"path" : "pages/index/login",
"style": {
"navigationStyle":"custom"
}
}
,{
"path" : "pages/index/history",
"style" :
{
"navigationBarTitleText": "客服助手",
"enablePullDownRefresh": true
}
}
,{
"path" : "pages/index/detail",
"style" :
{
"navigationBarTitleText": "客服助手",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/my",
"style" :
{
"navigationBarTitleText": "客服助手",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/index/wechat",
"style" :
{
"navigationBarTitleText": "客服助手",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "客服助手",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor":"#4687f2",
"list": [
{
"pagePath":"pages/index/index",
"iconPath":"static/comment.png",
"selectedIconPath":"static/comment-s.png",
"text":"会话"
},
{
"pagePath":"pages/index/history",
"iconPath":"static/browse.png",
"selectedIconPath":"static/browse-s.png",
"text":"访客"
},
{
"pagePath":"pages/index/my",
"iconPath":"static/user.png",
"selectedIconPath":"static/user-s.png",
"text":"我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/markhome/go-fly-uni.git
git@gitee.com:markhome/go-fly-uni.git
markhome
go-fly-uni
gofly客服-uniapp
master

搜索帮助