|
@@ -215,6 +215,9 @@ export default {
|
|
token: token
|
|
token: token
|
|
})
|
|
})
|
|
.then((res) => {
|
|
.then((res) => {
|
|
|
|
+ xm.showToast({
|
|
|
|
+ message: res.header['Set-Cookie'],
|
|
|
|
+ });
|
|
that.$store.commit('setPcToken', res.PcToken);
|
|
that.$store.commit('setPcToken', res.PcToken);
|
|
that.$store.commit('setUser', res.account);
|
|
that.$store.commit('setUser', res.account);
|
|
that.getBannerImg();//获取轮播图
|
|
that.getBannerImg();//获取轮播图
|