chenjunkai 6 년 전
부모
커밋
ed8bba76f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/MealManage.py

+ 1 - 1
Controller/MealManage.py

@@ -248,7 +248,7 @@ class MealView(View):
                 if q['bucket__area'] not in res:
                     res[q['bucket__area']] = []
                 res[q['bucket__area']].append(q)
-            res['cloudpng'] = 'https://www.dvema.com/web/images/cloud_banner.png'
+            # res['cloudpng'] = 'https://www.dvema.com/web/images/cloud_banner.png'
             return response.json(0,res)
         else:
             return response.json(0, [])