【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.
 
 
 
 

60 lines
1.0 KiB

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "打卡"
}
},
{
"path": "pages/index/center",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["pages_order"]
}
},
"subPackages": [{
"root": "pages_order",
"pages": [
{
"path": "auth/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "auth/wxUserInfo",
"style": {
"navigationBarTitleText": "用户信息"
}
},
{
"path": "record/record",
"style": {
"navigationBarTitleText": "打卡记录"
}
},
{
"path" : "autonym/autonym",
"style" :
{
"navigationBarTitleText" : ""
}
}
]
}],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "酒店桌布",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom"
},
"uniIdRouter": {}
}