chenjunkai 6 سال پیش
والد
کامیت
58a1591d27
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Controller/MealManage.py

+ 1 - 1
Controller/MealManage.py

@@ -239,7 +239,7 @@ class MealView(View):
                 res_c = {'area': area, 'items': list(items)}
                 res.append(res_c)
             result = {'meals': res, 'extra': {
-                'cloud_banner': 'https://www.dvema.com/web/images/cloud_banner.png',
+                'cloud_banner': 'https://www.dvema.com/web/images/cloud_baner.png',
                 'cloud_en_baner':'https://www.dvema.com/web/images/cloud_en_baner.png'
             }}
             return response.json(0, result)