| | |
| | | }, |
| | | productionSourceMap: false, |
| | | filenameHashing: false, |
| | | pwa: { |
| | | iconPaths: { |
| | | favicon32: 'favicon.ico', |
| | | favicon16: 'favicon.ico' |
| | | } |
| | | }, |
| | | devServer: { |
| | | proxy: { |
| | | '/track': { |
| | |
| | | changeOrigin: true, |
| | | }, |
| | | "/data/api-v/app/findAllApp": { |
| | | target: '/', |
| | | // target: '/', |
| | | target: 'http://localhost:8080/', |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | '^/data/api-v/app/findAllApp': 'apps.json' |
| | | } |
| | | }, |
| | | "/api-c": { |
| | | target: 'http://192.168.20.113:8004', |
| | | changeOrigin: true |
| | | }, |
| | | "/api-v": { |
| | | target: 'http://192.168.20.10:8000', |
| | | changeOrigin: true |