Browse Source

修改地址

lex 1 year ago
parent
commit
5165aae51d
1 changed files with 1 additions and 1 deletions
  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);
   }