소스 검색

修改导出密码

Ryuiso 1 년 전
부모
커밋
226bb34a09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
                 });