Uncaught (in promise) ReferenceError: reject is not defined的出现原因及解决
使用promisePromise.all(promises).then((res)=>{this.$refs.Drawer.init(1)}).catch((res)=>{reject(res);});Uncaught(inpromise)ReferenceError:rejectisnotdefined详查this.$refs.Drawer.init(1)函数里的内容,如果成功调用的函数内有报错