|
|
@@ -6,8 +6,9 @@ module.exports = {
|
|
|
devServer: {
|
|
|
proxy: {
|
|
|
'^/api': {
|
|
|
- // target: 'http://localhost:5000/',
|
|
|
- target: 'http://47.111.95.164:8080/',
|
|
|
+ // target: 'http://localhost:8080/',
|
|
|
+ // target: 'http://47.111.95.164:8080/',
|
|
|
+ target: 'https://eval-server.seec.seecoder.cn/',
|
|
|
ws: true,
|
|
|
changeOrigin: true
|
|
|
},
|