lex 1 yıl önce
ebeveyn
işleme
2121488ff8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;