From e423d77541e7a63627e5aeea000939f37764ff6d Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 15 May 2022 00:52:45 +0200 Subject: [PATCH] fuck this --- proj/map/asset/js/.main.js.swp | Bin 12288 -> 12288 bytes proj/map/asset/js/main.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/proj/map/asset/js/.main.js.swp b/proj/map/asset/js/.main.js.swp index afd6f1cd497cd27cce85df47c63590441669ad1d..bd648ab5af356324b956cde165fa237915d30a24 100644 GIT binary patch delta 156 zcmZojXh@JtG6?hZRj|-AVgLdG28JC*4N3K>DU4Hi7#LDhCT>*Q=yE`wwTF>`Vb5kx zh4YMoi&z;LYJoT%h!cR=5r{c~_!0{P!#p6)0AgPtb^~HZAl3w89w7e7%)syvh>rsC jK_ET=#Cw5w&t^@fDU6#BDKj&%mSkiW>uo-&YRv@zSe+pu delta 158 zcmZojXh@JtG6?hZRj|-AVgLdG28LdvhNPI(6vin$3=F9$6E~`DbU7f;I+2lq;oxRY zh4YMo%UKy1nt(V5h*N>s4T$-G_&N&%!(t%L1>zte_6A}%Al3t7K_LFe%)syrh))6W lF(5t)#D{?R;ATywDU6d(DoIWLsieL6ukvBW%|}(Oxd5iGBgOy# diff --git a/proj/map/asset/js/main.js b/proj/map/asset/js/main.js index 9302ad5..a49065e 100644 --- a/proj/map/asset/js/main.js +++ b/proj/map/asset/js/main.js @@ -110,7 +110,7 @@ let vm = new Vue({ } }, async getJDB(){ - const res = await fetch(dburl); + const res = await fetch(this.dburl); const data = await res.json(); this.db = data; },