From 0571c03740d9069cf761695d0dcadd4d6bc9af0d Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期四, 19 六月 2025 08:54:19 +0800
Subject: [PATCH] refactor(model): 优化模型相关功能和查询

---
 zhitan-vue/vite.config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zhitan-vue/vite.config.js b/zhitan-vue/vite.config.js
index 68e341e..ef4c075 100644
--- a/zhitan-vue/vite.config.js
+++ b/zhitan-vue/vite.config.js
@@ -33,12 +33,12 @@
       proxy: {
         // https://cn.vitejs.dev/config/#server-proxy
         "/dev-api": {
-          target: "http://localhost:8080",
+          target: "http://localhost:8088",
           changeOrigin: true,
           rewrite: (p) => p.replace(/^\/dev-api/, "/"),
         },
         "/prod-api": {
-          target: "http://localhost:8080",
+          target: "http://localhost:8088",
           changeOrigin: true,
           secure: true,
         },

--
Gitblit v1.9.3