浏览代码

api 返回结果字段修改

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

+ 1 - 1
Controller/SurveysController.py

@@ -96,7 +96,7 @@ class SurveysView(View):
                 'endTime': time.strftime("%Y-%m-%d %H:%M:%S", endTime),
                 'isShow': result.is_show,
                 'isSubmit': submit,
-                'page': 'http://192.168.136.192/surveys?token=' if result.is_show == 1 else ''
+                'page': '/surveys?token=' if result.is_show == 1 else ''
             }
             return response.json(0, data)
         except Exception as e: