增加 常用服务查询及修改
This commit is contained in:
@@ -28,13 +28,25 @@
|
||||
{
|
||||
"path": "pages/home/home",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/business",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/business/editDaily",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -103,6 +115,14 @@
|
||||
},
|
||||
{
|
||||
"path": "pages/userinfo/userinfo",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"renderer": "native", // 实验性选项,可能提升性能
|
||||
"hardwareAccelerated": true // 启用 GPU 加速
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/userinfo/version",
|
||||
"style": {
|
||||
"navigationBarTitleText": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user