Commit fbbae078 authored by sjf1256754123's avatar sjf1256754123

Update leader.vue

parent 852e0600
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
icon: 'success', icon: 'success',
title: '注册成功!' title: '注册成功!'
}) })
uni.reLaunch({ uni.navigateTo({
url: '/pages/index/index', url: '/pages/index/index',
}); });
}else{ }else{
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
icon: 'none', icon: 'none',
title: d.message title: d.message
}) })
uni.reLaunch({ uni.navigateTo({
url: '/pages/index/index', url: '/pages/index/index',
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment