소스 검색

修改 登录 按钮的地址

Ryuiso 7 달 전
부모
커밋
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>