| | |
| | | // Paths |
| | | assetsSubDirectory: 'static', |
| | | assetsPublicPath: '/', |
| | | proxyTable: {}, |
| | | proxyTable: { |
| | | '/taboi': { |
| | | target: 'http://123.56.127.115:8011', // 你接口的域名 |
| | | changeOrigin: true, |
| | | pathRewrite: { |
| | | '^/taboi': '/taboi' |
| | | }, |
| | | }, |
| | | }, |
| | | |
| | | // Various Dev Server settings |
| | | |
| | |
| | | |
| | | build: { |
| | | // Template for index.html |
| | | index: path.resolve(__dirname, '../dist/index.html'), |
| | | index: path.resolve(__dirname, '../zhongtaiweb/index.html'), |
| | | |
| | | // Paths |
| | | assetsRoot: path.resolve(__dirname, '../dist'), |
| | | assetsRoot: path.resolve(__dirname, '../zhongtaiweb'), |
| | | assetsSubDirectory: 'static', |
| | | // assetsSubDirectory: 'dataShow/static', |
| | | |