From 49c254ed5bdc8348551d808ee72579a6d2221e3b Mon Sep 17 00:00:00 2001
From: lrj <owen.stl@gmail.com>
Date: 星期六, 04 十月 2025 18:43:12 +0800
Subject: [PATCH] fix(miniprogram): 切换 GraphQL 端点为 /graphql,修复 review/index 400

---
 wx/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/wx/app.js b/wx/app.js
index f105b87..41ba5ea 100644
--- a/wx/app.js
+++ b/wx/app.js
@@ -4,7 +4,7 @@
     userInfo: null,
     token: null,
     sessionKey: null, // 寰俊浼氳瘽瀵嗛挜锛岀敤浜庤В瀵嗘墜鏈哄彿绛夋晱鎰熸暟鎹�
-    baseUrl: 'http://localhost:8080/api/graphql', // 鍚庡彴GraphQL鎺ュ彛鍦板潃
+    baseUrl: 'http://localhost:8080/graphql', // 鍚庡彴GraphQL鎺ュ彛鍦板潃
     hasPhoneAuth: false, // 鏄惁宸叉巿鏉冩墜鏈哄彿
     rejectPhone: false, // 鏄惁鎷掔粷杩囨墜鏈哄彿鎺堟潈
     cos: {

--
Gitblit v1.8.0