Compare commits

...
Author SHA1 Message Date
zlf 74736897ca 去掉企微验证 2026-08-17 10:17:46 +08:00
+2 -2
View File
@@ -75,10 +75,10 @@
let res = await getContactQrCodeResult({ configId: this.configId, name: this.name }); let res = await getContactQrCodeResult({ configId: this.configId, name: this.name });
this.wechatId = res?.data?.wechatId; this.wechatId = res?.data?.wechatId;
} }
if (!this.wechatId) { /*if (!this.wechatId) {
Toast('请先添加企微再继续'); Toast('请先添加企微再继续');
return; return;
} }*/
try { try {
this.clickFlag = false; this.clickFlag = false;
const res = await saveSupplier({ const res = await saveSupplier({