This commit is contained in:
Gao xiaosong
2020-03-16 01:40:52 +08:00
parent 397082cdaf
commit e215701560
216 changed files with 11659 additions and 13905 deletions

View File

@ -163,7 +163,7 @@ var _utils = __webpack_require__(/*! @/utils */ 18);function _interopRequireDefa
data: function data() {
return {};
},
mounted: function mounted() {
mounted: function mounted() {var _this = this;
var url = (0, _utils.handleQrCode)();
// 判断是否是分销
if (url) {
@ -175,12 +175,12 @@ var _utils = __webpack_require__(/*! @/utils */ 18);function _interopRequireDefa
_cookie.default.set('spread', urlSpread || 0);
}
}
this.toLaunch();
// login({
// fail: () => {
// this.toLaunch();
// }
// });
// this.toLaunch();
(0, _utils.login)({
fail: function fail() {
_this.toLaunch();
} });
},
methods: _objectSpread({},
(0, _vuex.mapActions)(['changeAuthorization', 'changeUserInfo']), {