Selaa lähdekoodia

修改导出密码

Ryuiso 1 vuosi sitten
vanhempi
commit
226bb34a09
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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',
                 });