From 36ee391002b46deca205c3c9cdf63de5f8a0861e Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期四, 29 二月 2024 16:01:20 +0800 Subject: [PATCH] 修改APIFan为API_Fan --- src/views/demography/login.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/demography/login.vue b/src/views/demography/login.vue index 1ff3a41..3cf9faf 100644 --- a/src/views/demography/login.vue +++ b/src/views/demography/login.vue @@ -54,7 +54,7 @@ reParam => { if (reParam.code !== 1) { // 鑱屼笟鍏磋叮鎶ュ憡鐗规畩鍖栧鐞� 鍙湁涓枃 - if(_this.doUrl === 'career_interests') { + if (_this.doUrl === 'career_interests') { _this.$i18n.locale = 'zh' _this.setLangType('Chinese') _this.$router.push({ path: '/demography/fill/index', query: { demographyMenber: _this.memberToken, isStart: false } }) @@ -62,10 +62,10 @@ } // APIFan鍋氱壒娈婂鐞� 鍙湁涓枃 - if (_this.reportTemplateType === 'APIFan') { + if (_this.reportTemplateType === 'API_Fan') { _this.$i18n.locale = 'zh' _this.setLangType('Chinese') - _this.$router.push({ path: '/demography/fill/index', query: { demographyMenber: _this.memberToken, isStart: false } }) + _this.$router.push({ path: '/demography/fill/logo', query: { demographyMenber: _this.memberToken, isStart: false } }) return } -- Gitblit v1.9.1