hurx 1 napja
szülő
commit
bf44302118
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      src/views/enterprisePurchase/index.vue

+ 4 - 4
src/views/enterprisePurchase/index.vue

@@ -2073,10 +2073,10 @@ const fetchLeftAdConfig = async () => {
 // 保存左侧广告配置
 const saveLeftAdConfig = async () => {
   try {
-    if (!leftAdForm.leftAdImage) {
-      ElMessage.warning('请先上传广告图片');
-      return;
-    }
+    // if (!leftAdForm.leftAdImage) {
+    //   ElMessage.warning('请先上传广告图片');
+    //   return;
+    // }
 
     const submitData: AdLeftForm = {
       id: leftAdId.value || leftAdForm.id || undefined,