|
@@ -209,7 +209,7 @@ const handleTab = (tab) => {
|
|
|
if(tab == 1) {
|
|
|
// const redirect_uri = encodeURIComponent(import.meta.env.YZY_REDIRECT_URI);
|
|
|
// const tyrz_url = import.meta.env.YZY_TYRZ_URL + redirect_uri;
|
|
|
- const redirect_uri = encodeURIComponent("http://19.155.220.206:8086/tyrz/login?redirect="+redirect.value);
|
|
|
+ const redirect_uri = encodeURIComponent("http://19.155.220.206:8086/tyrz/login?src=yjzp&redirect="+redirect.value);
|
|
|
const tyrz_url = "https://xtbg.digitalgd.com.cn/zwrz/rz/sso/oauth/authorize?response_type=code&scope=all&client_id=zwrz_mmzhyj&redirect_uri="+redirect_uri;
|
|
|
window.location.href = tyrz_url;
|
|
|
}
|