|
@@ -199,7 +199,12 @@ export default {
|
|
|
'D:\\Program Files\\Tencent\\WeChat\\WeChat.exe',
|
|
|
'D:\\Program Files (x86)\\Tencent\\WeChat\\WeChat.exe',
|
|
|
'D:\\Tencent\\WeChat\\WeChat.exe',
|
|
|
- 'E:\\Tencent\\WeChat\\WeChat.exe',
|
|
|
+ 'D:\\Program Files\\Tencent\\Weixin\\Weixin.exe',
|
|
|
+ 'C:\\Program Files (x86)\\Tencent\\Weixin\\Weixin.exe',
|
|
|
+ 'C:\\Tencent\\Weixin\\Weixin.exe',
|
|
|
+ 'D:\\Program Files\\Tencent\\Weixin\\Weixin.exe',
|
|
|
+ 'D:\\Program Files (x86)\\Tencent\\Weixin\\Weixin.exe',
|
|
|
+ 'D:\\Tencent\\Weixin\\Weixin.exe'
|
|
|
];
|
|
|
|
|
|
let exeUrl = this.$utils.getStorage('exeUrl');
|
|
@@ -288,7 +293,8 @@ export default {
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|
|
|
}).then(() => {
|
|
|
- skillWechat = "taskkill /F /IM wechat.exe";
|
|
|
+ skillWechat = `taskkill /F /IM wechat.exe 2>nul
|
|
|
+ taskkill /F /IM weixin.exe 2>nul`;
|
|
|
this.tipsModal = false;
|
|
|
this.execBat(skillWechat, flag);
|
|
|
}).catch(() => {
|