This commit is contained in:
2025-03-23 01:42:26 +08:00
parent 3baed994da
commit d13add7f3a
31 changed files with 4124 additions and 117 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig({
strictPort: true, // 如果端口被占用则抛出错误而不是使用下一个可用端口
proxy: {
"/api/v1": {
target: "https://www.tianyuandb.com", // 本地接口地址
target: "https://www.quannengcha.com", // 本地接口地址
changeOrigin: true,
},
"/api/v1/chat": {