Prechádzať zdrojové kódy

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

陈纪林80310970 1 rok pred
rodič
commit
b127dd5dbd
1 zmenil súbory, kde vykonal 7 pridanie a 1 odobranie
  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