更新h5新的api

This commit is contained in:
yziiy
2025-11-29 11:33:18 +08:00
parent 5ed0c676b2
commit edd856475e
170 changed files with 531 additions and 49 deletions

View File

@@ -1,10 +1,13 @@
// vue.config.js
// http://1.13.101.98 正式
// https://vespa.qxyushen.top
//https://test.vespa.qxyushen.top
// 新 https://yushengapi.qxyushen.top
module.exports = {
devServer: {
proxy: {
'/api': {
target: 'https://vespa.qxyushen.top',
target: 'https://yushengapi.qxyushen.top',
changeOrigin: true,
pathRewrite: { '^/api': '' }
}