浏览代码

更新云存按钮图url

zhangdongming 3 年之前
父节点
当前提交
b80fc140cb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Controller/SurveysController.py

+ 1 - 1
Controller/SurveysController.py

@@ -90,7 +90,7 @@ class SurveysView(View):
             data = {
                 'no': result.no,
                 'title': 'Zosi Cloud Storage',
-                'imageUrl': 'https://ansjerfilemanager.s3.amazonaws.com/app/images/ansjer-cloud-surveys.png',
+                'imageUrl': 'https://d2cjxvw3tr9apc.cloudfront.net/app/images/ansjer-cloud-surveys.png',
                 'userType': result.user_type,
                 'startTime': result.start_time,
                 'endTime': result.end_time,