Commit 1e273dd3dc6fc2d0028b117acc99fdd0eccfa664

Authored by fengtao
1 parent 88d87196

fix:修改忘记密码没跳回登录页问题

... ... @@ -174,7 +174,7 @@ export default {
174 174 icon: 'none'
175 175 }).then(res => {
176 176 uni.reLaunch({
177   - url: '/pages/personal/personal'
  177 + url: '/publicLoginSubPage/public/login'
178 178 });
179 179 });
180 180 })
... ... @@ -183,7 +183,6 @@ export default {
183 183 title: err.data.msg,
184 184 icon: 'none'
185 185 });
186   - console.log(err.data.msg);
187 186 });
188 187 },
189 188 showPasswordModeF() {
... ...