vue.config.js
@@ -72,6 +72,14 @@ // ws: true, changeOrigin: true, }, "/data/api-v/app/findAllApp": { target: '/', target: 'http://localhost:8080/', changeOrigin: true, pathRewrite: { '^/data/api-v/app/findAllApp': 'apps.json' } }, "/api-v": { target: 'http://192.168.20.10:8000', changeOrigin: true