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;