bug
This commit is contained in:
@@ -63,7 +63,6 @@ export default {
|
|||||||
onLoad () {
|
onLoad () {
|
||||||
if (this.token) {
|
if (this.token) {
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.getUserInfo()
|
|
||||||
this.getList()
|
this.getList()
|
||||||
} else {
|
} else {
|
||||||
this.autoLogin().then(() => {
|
this.autoLogin().then(() => {
|
||||||
|
|||||||
@@ -68,7 +68,6 @@
|
|||||||
onLoad () {
|
onLoad () {
|
||||||
if (this.token) {
|
if (this.token) {
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.getUserInfo()
|
|
||||||
this.getList()
|
this.getList()
|
||||||
} else {
|
} else {
|
||||||
this.autoLogin().then(() => {
|
this.autoLogin().then(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user