diff --git a/dist.zip b/dist.zip index b91ad50..0eb3172 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 325b615..7d8b964 100644 --- a/src/pages/login/index.vue +++ b/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) => {