Explorar el Código

修改个人中心地址

Renxy hace 1 año
padre
commit
6b40f9cc10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'),
     },