Showing
1 changed file
with
1 additions
and
2 deletions
@@ -174,7 +174,7 @@ export default { | @@ -174,7 +174,7 @@ export default { | ||
174 | icon: 'none' | 174 | icon: 'none' |
175 | }).then(res => { | 175 | }).then(res => { |
176 | uni.reLaunch({ | 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,7 +183,6 @@ export default { | ||
183 | title: err.data.msg, | 183 | title: err.data.msg, |
184 | icon: 'none' | 184 | icon: 'none' |
185 | }); | 185 | }); |
186 | - console.log(err.data.msg); | ||
187 | }); | 186 | }); |
188 | }, | 187 | }, |
189 | showPasswordModeF() { | 188 | showPasswordModeF() { |