|
@@ -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:
|