diff --git a/src/remote-container.ts b/src/remote-container.ts index 0efef91..1b76f1d 100644 --- a/src/remote-container.ts +++ b/src/remote-container.ts @@ -16,6 +16,10 @@ export default class RemoteContainer { this.user = user } + public setUser(user: User) { + this.user = user + } + /** * 第一次打开远程项目 *