hanbaoshan
2021-01-08 d01700754282efce449ab8b8c1191a21419eb82f
vue.config.js
@@ -79,13 +79,17 @@
        changeOrigin: true,
      },
      "/data/api-v/app/findAllApp": {
        target: '/',
        // target: 'http://localhost:8080/',
        // target: '/',
        target: 'http://localhost:8080/',
        changeOrigin: true,
        pathRewrite: {
          '^/data/api-v/app/findAllApp': 'apps.json'
        }
      },
      "/api-c": {
        target: 'http://192.168.20.113:8001',
        changeOrigin: true
      },
      "/api-v": {
        target: 'http://192.168.20.10:8000',
        changeOrigin: true