mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-22 10:33:29 +00:00
feat: frontend: open terminal in a new browser window
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
}
|
||||
|
||||
connectDevice(devid: string) {
|
||||
this.$router.push({path: `/rtty/${devid}`});
|
||||
window.open('/rtty/' + devid);
|
||||
}
|
||||
|
||||
connectDeviceWeb(devid: string) {
|
||||
|
||||
Reference in New Issue
Block a user