浏览代码

Z991239-5644 #comment feat: 测试模式启动时用浏览器打开测试页面

陈纪林80310970 1 年之前
父节点
当前提交
b127dd5dbd
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      addin/packaging/WIN/test.vbs

+ 7 - 1
addin/packaging/WIN/test.vbs

@@ -20,4 +20,10 @@ Function ReadVersion(sFile)
 	tfs.Close
 	Set tfs = Nothing
 	Set fs = Nothing
-End Function
+End Function
+
+Dim objShell
+Set objShell = WScript.CreateObject("WScript.Shell")
+
+objShell.Run "https://emulatorsimulator.paasuat.cmbchina.cn/"
+Set objShell = Nothing