|
@@ -82,7 +82,7 @@ const options = [
|
|
|
|
|
|
const handleSelect = (key) => {
|
|
const handleSelect = (key) => {
|
|
if (key === 'my') {
|
|
if (key === 'my') {
|
|
- router.push({ name: 'user' })
|
|
|
|
|
|
+ router.push({ name: 'user-info' })
|
|
} else if (key === 'logout') {
|
|
} else if (key === 'logout') {
|
|
LogOut().then()
|
|
LogOut().then()
|
|
window.$message?.info('退出成功')
|
|
window.$message?.info('退出成功')
|