更新测试环境

This commit is contained in:
yziiy
2025-08-16 17:05:52 +08:00
parent f5c114b657
commit b30b13af4e
11 changed files with 67 additions and 26 deletions

View File

@@ -26,8 +26,10 @@ export default ({ mode }: ConfigEnv): UserConfigExport => {
// 本地跨域代理 https://cn.vitejs.dev/config/server-options.html#server-proxy
proxy: {
"/adminapi": {
// 这里填写后端地址
target: "https://chat.qxmier.com",
// 这里填写后端地址
// http://chat.qxmier.com 正式
// http://vschat.qxmier.com 测试
target: "http://vschat.qxmier.com",
changeOrigin: true
}
},