This commit is contained in:
2024-01-03 17:15:09 +08:00
parent 3306225a44
commit 4d71c61b4d
5 changed files with 14 additions and 14 deletions

View File

@ -46,18 +46,6 @@
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}, {
"path": "pages/facecollection/facecollection",
"style": {
"navigationBarTitleText": "人脸采集",
"enablePullDownRefresh": false
}
}, {
"path": "pages/location/location",
"style": {
"navigationBarTitleText": "定位",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
@ -68,6 +56,18 @@
"navigationBarTitleText": "行为积分",
"enablePullDownRefresh": false
}
}, {
"path": "location/location",
"style": {
"navigationBarTitleText": "定位",
"enablePullDownRefresh": false
}
}, {
"path": "facecollection/facecollection",
"style": {
"navigationBarTitleText": "人脸采集",
"enablePullDownRefresh": false
}
},
{
"path": "solution/solution",

View File

@ -125,7 +125,7 @@
//
city() {
uni.navigateTo({
url: '/pages/location/location'
url: '/pagesB/location/location'
})
},
//

View File

@ -454,7 +454,7 @@
//
Face() {
uni.navigateTo({
url: '/pages/facecollection/facecollection'
url: '/pagesB/facecollection/facecollection'
})
},
//