new Promise(function(){initAppToken()}).then(()=>
                    getApps(this.pageInfo).then(res => {
                        this.data = res.data.records 
                        this.pageInfo.total = parseInt(res.data.total)
                    }).finally(() => {
                        this.loading = false
                    })
                )

相关文章: