【PT.SCC实名制管理系统】24.10.01 -30天,考勤打卡小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

83 lines
1.4 KiB

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "打卡"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/index/center",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/login/wxUserInfo",
"style": {
"navigationBarTitleText": "用户设置"
}
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["pages/subPack"]
}
},
"subPackages": [{
"root": "pages/subPack",
"pages": [{
"path": "record/record",
"style": {
"navigationBarTitleText": "打卡记录"
}
},
{
"path": "autonym/autonym",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "punchCard/punchCard",
"style": {
"navigationBarTitleText": "打卡"
}
},
{
"path": "human/human",
"style": {
"navigationBarTitleText": "人脸识别"
}
},
{
"path": "team/team",
"style": {
"navigationBarTitleText": "选择工程"
}
},
{
"path" : "projectManage/projectManage",
"style" :
{
"navigationBarTitleText" : "项目管理"
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "工程打卡",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}