提交 6ae269e4 编写于 作者: X xjh22222228

fix: Cancel

上级 999ae682
......@@ -27,6 +27,10 @@ export class CreateComponent implements OnInit {
ngOnInit() {}
hanldeCancel() {
this.onCancel.emit()
}
login() {
if (!this.token || this.token.length < 40) {
return this.message.error('请填写正确的Token');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册