feat: frontend: open terminal in a new browser window

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2021-02-21 22:56:14 +08:00
parent e5522097fb
commit c196691858
+1 -1
View File
@@ -236,7 +236,7 @@
}
connectDevice(devid: string) {
this.$router.push({path: `/rtty/${devid}`});
window.open('/rtty/' + devid);
}
connectDeviceWeb(devid: string) {