Parcourir la source

修改个人中心地址

Renxy il y a 2 ans
Parent
commit
6b40f9cc10
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/pages/Home/index.js

+ 1 - 1
src/pages/Home/index.js

@@ -90,7 +90,7 @@ function HomePage(props) {
       name: '个人中心',
       active: true,
       click: () => {
-        navigate('/profile/apply');
+        navigate('/profile');
       },
       Icon: require('@/assets/UnityMenu/userCenter.png'),
     },