修改热门接口参数

This commit is contained in:
duan
2024-08-02 15:04:43 +08:00
parent 5bc744872b
commit 9a75cb474e
7 changed files with 125 additions and 10 deletions

View File

@@ -40,6 +40,13 @@ module.exports = {
pathRewrite: {
'^/auth': 'auth'
}
},
'/php': {
target: process.env.VUE_APP_PHP_API,
changeOrigin: true,
pathRewrite: {
'^/auth': 'auth'
}
}
}
},