2 Star 1 Fork 1

曾小呆/door_client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.01 KB
一键复制 编辑 原始数据 按行查看 历史
曾小呆 提交于 2023-03-13 12:06 . 门禁扫码已实现
{
"pages": [
{
"path": "pages/index/index"
},
{
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "管理员公告",
"backgroundColor":"#2796f2"
}
},
{
"path":"pages/drag/index",
"style":{
"navigationBarTitleText":"浮窗",
"backgroundColor":"#2796f2"
}
},
{
"path":"pages/drag/inform",
"style":{
"navigationBarTitleText":"浮窗详情",
"backgroundColor":"#2796f2"
}
},
{
"path":"pages/index/poster"
}
],
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "智能门禁",
"navigationBarBackgroundColor": "#157EE7",
"backgroundColor": "#157EE7",
"app-plus": {
"background": "#efeff4"
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "注册", //模式名称
"path": "pages/index/index", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
},
"subPackages":[
{
"root":"external",//子包的根目录
"pages": [
{
"path": "login",
"style": {
"navigationBarTitleText": "登录"
}
},{
"path": "reg",
"style": {
"navigationBarTitleText": "注册"
}
},{
"path": "userinfo",
"style": {
"navigationBarTitleText": "用户信息"
}
},{
"path": "changePassword",
"style": {
"navigationBarTitleText": "修改密码"
}
},{
"path": "adduserresident",
"style": {
"navigationBarTitleText": "业主入住"
}
},{
"path": "visitor",
"style": {
"navigationBarTitleText": "访客信息"
}
},{
"path": "userProtocol",
"style": {
"navigationBarTitleText": "用户协议"
}
},{
"path": "opendoors",
"style": {
"navigationBarTitleText": "门禁信息"
}
},{
"path": "auditdetails",
"style": {
"navigationBarTitleText": "访问信息审核详情"
}
},{
"path": "residentlist",
"style": {
"navigationBarTitleText": "楼栋详情"
}
},{
"path": "visitorlist",
"style": {
"navigationBarTitleText": "访问信息表"
}
}
]
},
{
"root":"internalDetail",
"pages": [
{
"path":"admin"
},
{
"path": "tabbar"
},
{
"path":"me",
"style": {
"backgroundColor":"#2796f2"
}
},
{
"path":"my",
"style":{
"backgroundColor":"#2796f2"
}
},
{
"path":"qrcodesDecoder",
"style":{
"navigationBarTitleText":"智能门禁",
"backgroundColor":"#2796f2"
}
},
{
"path":"proprietor",
"style":{
"navigationBarTitleText":"住户",
"backgroundColor":"#2796f2"
}
},
{
"path":"charts/charts",
"style":{
"navigationBarTitleText":"可视化",
"backgroundColor":"#2796f2"
}
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zengxiaodai/door_client.git
git@gitee.com:zengxiaodai/door_client.git
zengxiaodai
door_client
door_client
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385