소스 검색

fix: 钉钉

master
yxhc 1 주 전
부모
커밋
f2c252c4be
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. BIN
      dist.zip
  2. +2
    -2
      src/pages/login/index.vue

BIN
dist.zip 파일 보기


+ 2
- 2
src/pages/login/index.vue 파일 보기

@@ -33,8 +33,8 @@ const appName = import.meta.env.MODE === 'production' ? '浙政钉' : '专有钉

const qrSrc =
import.meta.env.MODE === 'production'
? 'https://login-pro.ding.zj.gov.cn/oauth2/auth.htm?response_type=code&client_id=ls_project_managment_dingoa&redirect_uri=http://60.188.225.145/&scope=get_user_info&authType=QRCODE&embedMode=true'
: 'https://login.dg-work.cn/oauth2/auth.htm?response_type=code&client_id=ls-rebuild_dingoa&redirect_uri=http://ls-rebuild.ningdatech.com/login&scope=get_user_info&authType=QRCODE&embedMode=true'
? 'https://login-pro.ding.zj.gov.cn/oauth2/auth.htm?response_type=code&client_id=hzsxmglxt_dingoa&redirect_uri=https://sjjxmgl.huzhou.gov.cn/login&scope=get_user_info&authType=QRCODE&embedMode=true'
: 'https://login-pro.ding.zj.gov.cn/oauth2/auth.htm?response_type=code&client_id=hzsxmglxt_dingoa&redirect_uri=https://sjjxmgl.huzhou.gov.cn/login&scope=get_user_info&authType=QRCODE&embedMode=true'

const tabStatus = ref(true)
const clickTab = (val) => {


불러오는 중...
취소
저장