|
|
@@ -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',
|
|
|
});
|