lex 1 년 전
부모
커밋
2121488ff8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/layout/imGroup.tsx

+ 1 - 1
src/components/layout/imGroup.tsx

@@ -13,7 +13,7 @@ export default defineComponent({
     // const renderError = ref(false);
     // const renderSuccess = ref(false);
     const origin = /(localhost|192)/.test(location.host)
-      ? 'https://test.lexiaoya.cn'
+      ? 'https://test.kt.colexiu.com'
       : /online.lexiaoya.cn/.test(location.href)
       ? 'https://kt.colexiu.com'
       : location.origin;