Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
613d93b3373c15f2bad046fcac047094d69420fe
Authored by
fengtao
2022-04-29 10:12:07 +0800
1 parent
ae3b2450
fix:修改重置密码应该跳转登录页
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
publicLoginSubPage/other/findPassword.vue
publicLoginSubPage/other/findPassword.vue
View file @
613d93b
...
...
@@ -166,7 +166,7 @@
166
166
icon: 'none'
167
167
}).then(res=>{
168
168
uni.reLaunch({
169
-
url: '/p
ages/personal/personal
'
169
+
url: '/p
ublicLoginSubPage/public/login
'
170
170
});
171
171
/**
172
172
* 有些时候不起作用
...
...