修改
This commit is contained in:
parent
3306225a44
commit
4d71c61b4d
24
pages.json
24
pages.json
@ -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",
|
||||
|
||||
@ -125,7 +125,7 @@
|
||||
//跳转选择地址
|
||||
city() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/location/location'
|
||||
url: '/pagesB/location/location'
|
||||
})
|
||||
},
|
||||
// 登录
|
||||
|
||||
@ -454,7 +454,7 @@
|
||||
// 人脸采集
|
||||
Face() {
|
||||
uni.navigateTo({
|
||||
url: '/pages/facecollection/facecollection'
|
||||
url: '/pagesB/facecollection/facecollection'
|
||||
})
|
||||
},
|
||||
//性别
|
||||
|
||||
Loading…
Reference in New Issue
Block a user