添加测试按钮,修复已知问题
This commit is contained in:
parent
cf2c97a775
commit
fa666d934e
@ -8,7 +8,7 @@ import { DatabaseService } from '../common/DatabaseService';
|
||||
@Component
|
||||
@Preview
|
||||
struct Login {
|
||||
@State message: string = 'TD 智能教室管理系统';
|
||||
@State message: string = '智能教室管理系统';
|
||||
@State username: string = ''; // 用户名
|
||||
@State password: string = ''; // 密码
|
||||
@State isLoading: boolean = false; // 加载状态
|
||||
|
Loading…
x
Reference in New Issue
Block a user