|
@@ -43,7 +43,7 @@ const loginOut = () => {
|
|
.catch(() => {})
|
|
.catch(() => {})
|
|
}
|
|
}
|
|
const toProfile = async () => {
|
|
const toProfile = async () => {
|
|
- push('/user/profile')
|
|
|
|
|
|
+ push('/userinfo/profile')
|
|
}
|
|
}
|
|
const toDocument = () => {
|
|
const toDocument = () => {
|
|
window.open('https://doc.iocoder.cn/')
|
|
window.open('https://doc.iocoder.cn/')
|