John-Hong 2 anni fa
parent
commit
ca6f4f175c
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/components/Login/Login.vue

+ 3 - 3
src/components/Login/Login.vue

@@ -311,14 +311,14 @@ export default {
       // }
       // }
       const href = `${window.location.href}`;
       const href = `${window.location.href}`;
       if (/dev-/.test(href)) {
       if (/dev-/.test(href)) {
-        console.log('314', '在这里定位问题 dev');
+        console.log('333', '在这里定位问题 dev');
         return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
         return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
       }
       }
       if (/qa-/.test(href)) {
       if (/qa-/.test(href)) {
-        console.log('314', '在这里定位问题  qa');
+        console.log('333', '在这里定位问题  qa');
         return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
         return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
       }
       }
-      console.log('314', '在这里定位问题  prod');
+      console.log('333', '在这里定位问题  prod');
       // TODO 在 sl 环境验证生产数据时,先使用qa环境的websocket通信
       // TODO 在 sl 环境验证生产数据时,先使用qa环境的websocket通信
       return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
       return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
       // return `https://crm.kerryplus.com/xcrm-api`;
       // return `https://crm.kerryplus.com/xcrm-api`;