1 Star 0 Fork 0

tookingHome/yan-weixin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.69 KB
一键复制 编辑 原始数据 按行查看 历史
tookingHome 提交于 2024-06-05 11:12 . '修改首页'
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "客户信息"
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText" : "登陆页面"
}
},{
"path" : "pages/customerService/customerService",
"style" :
{
"navigationBarTitleText": "智能客服",
"enablePullDownRefresh": false,
"scrollIndicator": "none"
}
},
{
"path" : "pages/help/help",
"style" :
{
"navigationBarTitleText" : "四员协同"
}
},
{
"path" : "pages/publicize/publicize",
"style" :
{
"navigationBarTitleText" : "政策宣传"
}
},
{
"path" : "pages/help/addOrEdit",
"style" :
{
"navigationBarTitleText" : "拜访记录"
}
},
{
"path" : "pages/publicize/detail",
"style" :
{
"navigationBarTitleText" : "政策详情"
}
},
{
"path" : "pages/message/message",
"style" :
{
"navigationBarTitleText" : "留言"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/classshome/yan-weixin.git
git@gitee.com:classshome/yan-weixin.git
classshome
yan-weixin
yan-weixin
master

搜索帮助