add:性能测试-测试

This commit is contained in:
fanzhuxian
2025-04-17 10:55:01 +08:00
parent adbceebec5
commit 87bb3af12c
7 changed files with 1094 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8080`,
target: `http://ah.qyyh.net:1371/prod-api/`,
changeOrigin: true,
pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: ''