Files
EasyPlayerJs/demo/vuecli3/vue.config.js

6 lines
72 B
JavaScript
Raw Normal View History

2020-09-22 11:08:54 +08:00
module.exports = {
2021-05-31 10:11:25 +08:00
devServer: {
proxy: "http://127.0.0.1:10800"
}
2020-09-22 11:08:54 +08:00
}