撤回提交->目前存在很多问题

This commit is contained in:
xuwenbo
2020-09-04 17:44:22 +08:00
parent 3289e30dad
commit 5800da20d2
29 changed files with 1032 additions and 3450 deletions

View File

@ -44,7 +44,7 @@ export default {
}
cookie.get("spread");
// this.toLaunch();
if (this.$deviceType == "app"||this.$deviceType == "h5") {
if (this.$deviceType == "app") {
// this.toLaunch();
this.$yrouter.switchTab({
path: "/pages/home/index"
@ -52,9 +52,9 @@ export default {
return;
}
login().finally(() => {
this.$yrouter.switchTab({
path: "/pages/home/index"
});
// this.$yrouter.switchTab({
// path: "/pages/home/index"
// });
});
},
methods: {