This commit is contained in:
2025-12-25 12:57:40 +08:00
parent d34ce070c1
commit c739f64507
22 changed files with 2006 additions and 254 deletions

View File

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