|
|
|
@ -49,11 +49,13 @@ function AuthApp() {
|
|
|
|
|
}, [])
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
let defaultPath = 'follow'
|
|
|
|
|
let defaultPath = '/order/follow'
|
|
|
|
|
|
|
|
|
|
if (href !== '/') {
|
|
|
|
|
const splitPath = href.split('/')
|
|
|
|
|
defaultPath = href
|
|
|
|
|
if (splitPath.length > 2) {
|
|
|
|
|
defaultPath = '/' + splitPath[1] + '/' + splitPath[2]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
const {
|
|
|
|
|