From a778d5e53e74b2170e37607b2536a957dbc1d664 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期一, 25 十一月 2024 13:59:58 +0800
Subject: [PATCH] 合并本地修改

---
 src/views/demography/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/demography/index.vue b/src/views/demography/index.vue
index 812865f..0b0b52a 100644
--- a/src/views/demography/index.vue
+++ b/src/views/demography/index.vue
@@ -116,6 +116,8 @@
     const langType = this.$route.query.langType
     if (langType && (langType === 'Chinese' || langType === 'English' || langType === 'Thai')) {
       this.setLangType(langType)
+    } else {
+      this.setLangType('English')
     }
   },
   beforeDestroy () {
@@ -155,8 +157,7 @@
                   _this.$router.push({ path: '/exam/' + _this.doUrl })
                   return
                 }
-                // _this.$router.push({ path: '/guide/index', query: { formDo: _this.formDo } })
-                _this.$router.push({ path: '/guide/index' })
+                _this.$router.push({ path: '/guide/index', query: { formDo: _this.formDo } })
               }).catch(e => {
                 _this.$message.error(_this.$t('noquestionMsg'))
               })

--
Gitblit v1.9.1