Commit 3985d9fb authored by 肖健's avatar 肖健

bug修复

parent c08bc570
...@@ -126,7 +126,7 @@ export default { ...@@ -126,7 +126,7 @@ export default {
if (res.data.code == 200) { if (res.data.code == 200) {
uni.removeStorageSync('userToken') uni.removeStorageSync('userToken')
uni.removeStorageSync('xcxIndexPath') uni.removeStorageSync('xcxIndexPath')
uni.removeStorageSync('openid') // uni.removeStorageSync('openid')
uni.navigateTo({ uni.navigateTo({
url: '/pages/binding/index' url: '/pages/binding/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