vue.config.js
@@ -60,6 +60,12 @@ }, productionSourceMap: false, filenameHashing: false, pwa: { iconPaths: { favicon32: 'favicon.ico', favicon16: 'favicon.ico' } }, devServer: { proxy: { '/track': { @@ -74,7 +80,7 @@ }, "/data/api-v/app/findAllApp": { target: '/', target: 'http://localhost:8080/', // target: 'http://localhost:8080/', changeOrigin: true, pathRewrite: { '^/data/api-v/app/findAllApp': 'apps.json'