liyongli 2 năm trước cách đây
mục cha
commit
7ff0305697
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/view/chatGptChat/index.vue

+ 2 - 2
src/view/chatGptChat/index.vue

@@ -91,8 +91,8 @@ function saveText() {
   }
   ChartGpt({
     prompt,
-    UserId: userData.value.UserId || '',
-    UserName: userData.value.UserName || '',
+    userId: userData.value.UserId || '',
+    userName: userData.value.UserName || '',
   })
     .then(r => {
       console.log(r);