Sfoglia il codice sorgente

修改 登录 按钮的地址

Ryuiso 5 mesi fa
parent
commit
58ba97575f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>