diff --git a/src/views/setting.html b/src/views/setting.html index b900dcf..8c86a8f 100644 --- a/src/views/setting.html +++ b/src/views/setting.html @@ -332,7 +332,7 @@ } //获取当前文件的绝对路径 ws.create(desktop + dpth.sep + lnkname + ".lnk", { - args: targetUrl + "--" + cacheDir, + args: targetUrl + "--" + cacheDir + " --disable-gpu", //解决Electron app在部分windows7上运行黑屏或者不显示的问题 //打包时修改exe文件路径 target: decodeURIComponent(thisurl) + dpth.sep+"钜星科技便民问诊系统.exe", runStyle: ws.MIN, @@ -408,4 +408,4 @@ } - \ No newline at end of file +