add wechat login for login dialog

This commit is contained in:
RockYang
2024-08-12 18:00:34 +08:00
parent 373021c191
commit 8c4c2b89ce
6 changed files with 109 additions and 41 deletions

View File

@@ -221,9 +221,8 @@ import FileList from "@/components/FileList.vue";
import ChatSetting from "@/components/ChatSetting.vue";
import BackTop from "@/components/BackTop.vue";
import {showMessageError} from "@/utils/dialog";
import hl from "highlight.js";
const title = ref('ChatGPT-智能助手');
const title = ref('GeekAI-智能助手');
const models = ref([])
const modelID = ref(0)
const chatData = ref([]);