lex hace 1 año
padre
commit
5165aae51d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/state.ts

+ 1 - 1
src/state.ts

@@ -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);
   }