feat: add vite dev containers
This commit is contained in:
@@ -53,7 +53,7 @@ const loginCommand = new Command('login')
|
||||
} else {
|
||||
console.log('登录失败', res.message || '');
|
||||
}
|
||||
console.log('u', username, password);
|
||||
console.log('welcome', username);
|
||||
});
|
||||
|
||||
app.addCommand(loginCommand);
|
||||
|
||||
Reference in New Issue
Block a user