1 Star 0 Fork 71

SILENT_L/健康打卡2020 - 员工疫情筛查工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
549895427@qq.com 提交于 2020-02-08 20:51 . 本地一些修改
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/index/index",
"style" : {}
},{
"path": "pages/form/form",
"style": {}
},
{
"path": "pages/manager/index",
"style": {
"navigationBarTitleText": "后台管理"
}
}
,{
"path" : "pages/manager/stat/stat",
"style": {
"navigationBarTitleText": "调查统计"
}
}
,{
"path" : "pages/user/login",
"style": {
"navigationBarTitleText": "管理员登录"
}
}
,{
"path" : "pages/user/reg/reg",
"style": {
"navigationBarTitleText": "管理员注册"
}
}
,{
"path" : "pages/form/result/result",
"style" : {
"navigationBarTitleText": "建议结果"
}
}
,{
"path" : "pages/manager/enterprise/enterprise",
"style" : {
"navigationBarTitleText": "企业管理"
}
},{
"path" : "pages/manager/enterprise/stat",
"style" : {
"navigationBarTitleText": "企业统计"
}
}
,{
"path" : "pages/fixed/fixed",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "健康打卡2020(企业版)",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/silentlf/hvl.git
git@gitee.com:silentlf/hvl.git
silentlf
hvl
健康打卡2020 - 员工疫情筛查工具
master

搜索帮助