FenXiNspBigScreen/public/EasyPlayer/demo/vuecli3/vue.config.js

7 lines
91 B
JavaScript

module.exports = {
lintOnSave:false,
devServer: {
proxy: "http://127.0.0.1:10800"
}
}