vue.config.js
@@ -24,6 +24,13 @@ '^/data-api': '' } }, "/rag-api": { target: 'http://103.135.160.14:6367/', changeOrigin: true, pathRewrite: { '^/rag-api': '' } }, }, }, @@ -52,6 +59,7 @@ assetFilter: function (assetFilename) { return assetFilename.endsWith(".js") || assetFilename.endsWith(".css"); } } }, devtool:"source map" } };