Przeglądaj źródła

修改个人中心地址

Renxy 1 rok temu
rodzic
commit
6b40f9cc10
1 zmienionych plików z 1 dodań i 1 usunięć
  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'),
     },