|
|
@@ -11,11 +11,9 @@ module.exports = {
|
|
|
ws: true,
|
|
|
changeOrigin: true
|
|
|
},
|
|
|
- '^/analysis_api': {
|
|
|
- target: 'https://analysis.seec.seecoder.cn',
|
|
|
- pathRewrite: {
|
|
|
- '^/analysis_api': '/eval'
|
|
|
- },
|
|
|
+ '^/eval': {
|
|
|
+ // target: 'http://localhost:8089/',
|
|
|
+ target: 'https://analysis.seec.seecoder.cn/',
|
|
|
ws: true,
|
|
|
changeOrigin: true
|
|
|
//token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJza3kiOiJXb0JpU2hlWWFvWGllQnVXYW5MZSEhIn0.QDF9l3beb2vodPMH87adsT4DZL60NU6Zf4uYAxelzg8
|