fix hostname
This commit is contained in:
parent
bb69239663
commit
c51b849fe6
1 changed files with 1 additions and 3 deletions
|
|
@ -9,8 +9,6 @@ var locationPath = [
|
||||||
window.location.pathname
|
window.location.pathname
|
||||||
].join('')
|
].join('')
|
||||||
|
|
||||||
var domain = window.location.hostname
|
|
||||||
|
|
||||||
var mapPayLink = obj => {
|
var mapPayLink = obj => {
|
||||||
obj._data = _.clone(obj)
|
obj._data = _.clone(obj)
|
||||||
obj.date = Quasar.utils.date.formatDate(
|
obj.date = Quasar.utils.date.formatDate(
|
||||||
|
|
@ -28,7 +26,7 @@ new Vue({
|
||||||
mixins: [windowMixin],
|
mixins: [windowMixin],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
domain: domain,
|
domain: window.location.host,
|
||||||
currencies: [],
|
currencies: [],
|
||||||
fiatRates: {},
|
fiatRates: {},
|
||||||
checker: null,
|
checker: null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue