Commit 613d93b3373c15f2bad046fcac047094d69420fe

Authored by fengtao
1 parent ae3b2450

fix:修改重置密码应该跳转登录页

... ... @@ -166,7 +166,7 @@
166 166 icon: 'none'
167 167 }).then(res=>{
168 168 uni.reLaunch({
169   - url: '/pages/personal/personal'
  169 + url: '/publicLoginSubPage/public/login'
170 170 });
171 171 /**
172 172 * 有些时候不起作用
... ...