fix: 修复

This commit is contained in:
2023-04-19 03:55:24 +08:00
parent c70bd748bf
commit 774922bbd4
18 changed files with 56 additions and 29938 deletions

View File

@@ -1,13 +1,10 @@
import { useTask } from '@lishican/antbank-platform-hooks';
import Test from '@lishican/antbank-platform-ui';
import { MicroApp } from 'umi';
import styles from './index.less';
export default function HomePage() {
useTask()
return (
<div>
<h2 className={styles.red2}>Yay! Welcome to2 umi!</h2>
<Test />
<Test name4="2131" age3='2131' />
</div>
);
}
}