|
@@ -312,7 +312,7 @@ export default {
|
|
|
// return `${window?.injectConfig?.api}/xcrm-api`;
|
|
|
// }
|
|
|
const href = `${window.location.href}`;
|
|
|
- if (/dev-/.test(href)) {
|
|
|
+ if (/dev-|8080/.test(href)) {
|
|
|
console.log('333', '在这里定位问题 dev');
|
|
|
return 'https://qa-crm-kpl.kerryprops.com.cn/xcrm-api';
|
|
|
}
|