Ryuiso 5 месяцев назад
Родитель
Сommit
58ba97575f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/components/chat.tsx

+ 1 - 1
app/components/chat.tsx

@@ -1883,7 +1883,7 @@ function _Chat() {
         <div className="window-actions">
           <div className="window-action-button">
             <Button type="primary" ghost onClick={() => {
-              window.open('https://www.baidu.com', "_self");
+              window.open('https://llm.jkec.info:11432', "_self");
             }}>
               登录
             </Button>