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