hurx 1 일 전
부모
커밋
bf44302118
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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,