diff --git a/.env.dev b/.env.dev
index 38419ba1..4f03962d 100644
--- a/.env.dev
+++ b/.env.dev
@@ -2,10 +2,12 @@ NODE_ENV = 'development'
VUE_APP_CURRENTMODE = 'dev'
VUE_APP_BASEOSS = 'https://diaoyan-files.automark.cc'
-VUE_APP_BASEURL = 'http://planetg-java.test.automark.cc/'
+#VUE_APP_BASEURL = 'http://planetg-java.test.automark.cc/'
+VUE_APP_BASEURL = 'http://ylst-api-uat.dctest.digitalyili.com/'
VUE_APP_DELiVERY_BASEURL='https://javaxq.test.automark.cc/'
VUE_APP_MESSAGE_CENTER ='http://gtech-gateway.dcin-test.digitalyili.com/apigtech/message-send-center/';
-VUE_APP_SOCKETURL = 'wss://planetg-java.test.automark.cc/survey_sync'
+#VUE_APP_SOCKETURL = 'wss://planetg-java.test.automark.cc/survey_sync'
+VUE_APP_SOCKETURL = 'wss://ylst-api-uat.dctest.digitalyili.com/survey_sync'
VUE_APP_JSONPURL = 'https://iam-uat.dctest.digitalyili.com/idp/restful/getIDPToken'
diff --git a/src/views/Answer/components/QuestionsPc.vue b/src/views/Answer/components/QuestionsPc.vue
index 191ecafa..81f62d8b 100644
--- a/src/views/Answer/components/QuestionsPc.vue
+++ b/src/views/Answer/components/QuestionsPc.vue
@@ -275,6 +275,8 @@
v-model:answer="question.answer"
:hideOptions="question.hideOptions"
@changeAnswer="onRelation($event, question)"
+ @previous="previous"
+ @next="next"
/>
-
-
-
-
-
-
+
+
+
+
+
+
+