Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -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() { | ... | ... |