修改
This commit is contained in:
parent
3306225a44
commit
4d71c61b4d
24
pages.json
24
pages.json
@ -46,18 +46,6 @@
|
|||||||
"navigationBarTitleText": "登录",
|
"navigationBarTitleText": "登录",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
}, {
|
|
||||||
"path": "pages/facecollection/facecollection",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "人脸采集",
|
|
||||||
"enablePullDownRefresh": false
|
|
||||||
}
|
|
||||||
}, {
|
|
||||||
"path": "pages/location/location",
|
|
||||||
"style": {
|
|
||||||
"navigationBarTitleText": "定位",
|
|
||||||
"enablePullDownRefresh": false
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"subPackages": [{
|
"subPackages": [{
|
||||||
@ -68,6 +56,18 @@
|
|||||||
"navigationBarTitleText": "行为积分",
|
"navigationBarTitleText": "行为积分",
|
||||||
"enablePullDownRefresh": false
|
"enablePullDownRefresh": false
|
||||||
}
|
}
|
||||||
|
}, {
|
||||||
|
"path": "location/location",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "定位",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
"path": "facecollection/facecollection",
|
||||||
|
"style": {
|
||||||
|
"navigationBarTitleText": "人脸采集",
|
||||||
|
"enablePullDownRefresh": false
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "solution/solution",
|
"path": "solution/solution",
|
||||||
|
|||||||
@ -125,7 +125,7 @@
|
|||||||
//跳转选择地址
|
//跳转选择地址
|
||||||
city() {
|
city() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/location/location'
|
url: '/pagesB/location/location'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
// 登录
|
// 登录
|
||||||
|
|||||||
@ -454,7 +454,7 @@
|
|||||||
// 人脸采集
|
// 人脸采集
|
||||||
Face() {
|
Face() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/facecollection/facecollection'
|
url: '/pagesB/facecollection/facecollection'
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
//性别
|
//性别
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user