Ver Fonte

修改个人中心地址

Renxy há 1 ano atrás
pai
commit
6b40f9cc10
1 ficheiros alterados com 1 adições e 1 exclusões
  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'),
     },