es6 Promise.all 用法

init() {

this.pageLoading = true;

Promise.all(this.getTime(), this.getAddress())

.then((time, host) => {

this.loading= false;

this.form.time= time;

this.form.host = host;

})

.catch(() => {

this.loding= false;

});

},

getTime() {

return this.$post("/query");

},

// 查询上次时间同步的地址

getAddress() {

return this.$post("/del");

},

mounted() {

this.init()

},

相关推荐
_阿南_15 小时前
项目中新增给AI制定的代码规范
前端·程序员
名字还没想好☜15 小时前
React 实现暗黑模式切换:localStorage 持久化、SSR 首屏闪烁与跟随系统主题
前端·javascript·react.js·ecmascript·react·next.js
自动化监测Learner16 小时前
主流 Web 端地图引擎对比:选型指南与优劣分析
javascript
console.log('npc')17 小时前
Git 冲突与 AI 协助指南
前端·人工智能·git·大模型
爱学堂IT分享18 小时前
Cesium可视化系统实战课程-Cesium教程学习
前端
糖墨夕18 小时前
理解大语言模型:Agent 的“大脑”
前端·agent
Rain的Java大神之路18 小时前
JavaWeb开发如何解决跨域问题
java·前端·后端·nginx·web安全·面试·运维开发
cpolar技术支持19 小时前
浏览器也能跑本地 AI:用 Transformers.js + WebGPU 做一个最小推理 Demo,cpolar 给同事远程体验
前端·ai·cpolar·webgpu·transformers.js
计算机魔术师20 小时前
OpenAI 发布 GPT-6 Astra:多项基准刷新纪录, cybersecurity 能力达 Critical 阈值
前端
xy345320 小时前
Axure9.0中继器遮罩实现方法
前端·ui·html·axure·原型·产品设计