|
@@ -1,6 +1,8 @@
|
|
|
-<temaplte>
|
|
|
-
|
|
|
-</temaplte>
|
|
|
+<template>
|
|
|
+ <div style="color: transparent">
|
|
|
+ login
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
<script>
|
|
|
// import { isMini } from '@/utils/common';
|
|
|
|
|
@@ -319,9 +321,8 @@ export default {
|
|
|
return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
|
|
|
}
|
|
|
console.log('333', '在这里定位问题 prod');
|
|
|
- // TODO 在 sl 环境验证生产数据时,先使用qa环境的websocket通信
|
|
|
- return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
|
|
|
- // return `https://crm.kerryplus.com/xcrm-api`;
|
|
|
+ // return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
|
|
|
+ return `https://crm.kerryplus.com/xcrm-api`;
|
|
|
},
|
|
|
wss(callback) {
|
|
|
try {
|