|
|
|
@ -132,7 +132,7 @@ Page({
|
|
|
|
},
|
|
|
|
},
|
|
|
|
callBack: (res) => {
|
|
|
|
callBack: (res) => {
|
|
|
|
wx.setStorageSync('token', res.accessToken)
|
|
|
|
wx.setStorageSync('token', res.accessToken)
|
|
|
|
wx.reLaunc({
|
|
|
|
wx.switchTab({
|
|
|
|
url: '/pages/index/index',
|
|
|
|
url: '/pages/index/index',
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|