Răsfoiți Sursa

修改导出密码

Ryuiso 1 an în urmă
părinte
comite
226bb34a09
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app/components/Record.tsx

+ 1 - 1
app/components/Record.tsx

@@ -13,7 +13,7 @@ const RecordApp: React.FC = () => {
     // 点击导出
     const onClickExport = async (data: { account: string, password: string }) => {
         if (data.account && data.password) {
-            if (data.account === 'root' && password === 'root@2024') {
+            if (data.account === 'root' && password === 'jkec@2024') {
                 const res = await fetch(ApiPath.BigModel, {
                     method: 'GET',
                 });