npm install es6-promise -S // 在main.js 首行引入即可require("es6-promise").polyfill(). 這樣,就已經可以解決你的問題了。
確定! 回上一頁