|
@@ -58,22 +58,6 @@ module.exports = {
|
|
|
},
|
|
|
|
|
|
build: {
|
|
|
- proxyTable: {
|
|
|
- '/api': {
|
|
|
- target: 'http://127.0.0.1:8443/',
|
|
|
- changeOrigin: true,
|
|
|
- pathRewrite: {
|
|
|
- '^/api': ''
|
|
|
- }
|
|
|
- },
|
|
|
- '/file': {
|
|
|
- target: 'http://127.0.0.1:8012/',
|
|
|
- changeOrigin: true,
|
|
|
- pathRewrite: {
|
|
|
- '^/file': ''
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
// Template for index.html
|
|
|
index: path.resolve(__dirname, '../dist/index.html'),
|
|
|
|