spring
2025-04-10 dab59f7624a2fb8d4114bb67b554ff09d91f810c
src/views/login.vue
@@ -38,7 +38,7 @@
            <router-link class="link-type" :to="'/register'">立即注册</router-link>
          </div>
        </el-form-item>
        <el-button v-if="false" type="primary" plain @click="goLogin">集团集成登录</el-button>
        <!-- <el-button v-if="false" type="primary" plain @click="goLogin">集团集成登录</el-button> -->
      </el-form>
    </div>
    <!--  底部  -->
@@ -96,11 +96,9 @@
  },
  methods: {
    async goLogin() {
      const {
        data: { data },
      } = await getSsoAuthUrl()
      window.location.href = data
      // this.$router.push({ path: '/thirdpartylogin' })
      await getSsoAuthUrl().then(res => {
        window.location.href = res.data
      })
    },
    getCode() {
      getCodeImg().then(res => {