更新秘地后台项目

This commit is contained in:
yziiy
2025-08-30 18:58:26 +08:00
parent 7191f62075
commit cd4c050838
23 changed files with 1966 additions and 13 deletions

View File

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