更新正式环境部署

This commit is contained in:
yziiy
2025-09-02 16:28:18 +08:00
parent 5c96e5bd86
commit 2e2da5fc09
13 changed files with 130 additions and 2662 deletions

View File

@@ -1,9 +1,11 @@
// vue.config.js
// http://md.xscmmidi.site 正式api
// http://tmd.xscmmidi.site 测试api
module.exports = {
devServer: {
proxy: {
'/api': {
target: 'https://chat.qxmier.com',
target: 'http://md.xscmmidi.site',
changeOrigin: true,
pathRewrite: { '^/api': '' }
}