This commit is contained in:
yziiy
2025-12-03 18:59:18 +08:00
parent edd856475e
commit 0b1c5b39bd
180 changed files with 1336 additions and 2930 deletions

View File

@@ -1,13 +1,12 @@
// 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://yushengapi.qxyushen.top',
target: 'https://test.vespa.qxyushen.top',
changeOrigin: true,
pathRewrite: { '^/api': '' }
}