This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
|||||||
let company = encodeURIComponent(
|
let company = encodeURIComponent(
|
||||||
window.$gz.store.state.globalSettings.company
|
window.$gz.store.state.globalSettings.company
|
||||||
);
|
);
|
||||||
return `http://localhost:3002/contact?dbid=${dbId}&company=${company}`;
|
return `https://contact.ayanova.com/contact?dbid=${dbId}&company=${company}`;
|
||||||
// "https://contact.ayanova.com/contact?dbid=" +
|
// "https://contact.ayanova.com/contact?dbid=" +
|
||||||
// window.$gz.store.state.globalSettings.serverDbId
|
// window.$gz.store.state.globalSettings.serverDbId
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user