zhangdongming 3 лет назад
Родитель
Сommit
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: