|
@@ -100,7 +100,7 @@ export const goAliAuth = (alipayAppId: string, urlString?: string) => {
|
|
|
const appid = alipayAppId || '2021004100630808';
|
|
|
|
|
|
if (import.meta.env.DEV) {
|
|
|
- let url = `https://test.lexiaoya.cn/getAliCode?app_id=${appid}&state=STATE&redirect_uri=${urlNow}`;
|
|
|
+ let url = `https://kt.colexiu.com/getAliCode?app_id=${appid}&state=STATE&redirect_uri=${urlNow}`;
|
|
|
window.location.replace(url);
|
|
|
}
|
|
|
|