zhangzengfei
2021-02-04 0175cda6150656bc74b34c6f6c71edd1e1fc653c
vue.config.js
@@ -60,6 +60,12 @@
  },
  productionSourceMap: false,
  filenameHashing: false,
  pwa: {
    iconPaths: {
      favicon32: 'favicon.ico',
      favicon16: 'favicon.ico'
    }
  },
  devServer: {
    proxy: {
      '/track': {
@@ -73,13 +79,17 @@
        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