|
|
|
@ -308,7 +308,7 @@ const TimeTrack = {
@@ -308,7 +308,7 @@ const TimeTrack = {
|
|
|
|
|
}, 50) |
|
|
|
|
}, |
|
|
|
|
getPortalLink (test = false) { |
|
|
|
|
return 'https://' + this.portal + (test ? '-test' : '') + '.vemap.com'; |
|
|
|
|
return 'https://' + this.portal.replace('_', '-') + (test ? '-test' : '') + '.vemap.com'; |
|
|
|
|
}, |
|
|
|
|
collectDataForDay() { |
|
|
|
|
let collection = []; |
|
|
|
|