lex-xin 3 gadi atpakaļ
vecāks
revīzija
d350840549

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/app.dc3c8d24e57823ab17c4.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/app.fbd4444af499d6b1a283.js


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/index.html


+ 2 - 1
src/App.vue

@@ -19,7 +19,8 @@ export default {
     const whiteList = ["#/order"];
     console.log(this.$route.path);
     // const routePath = this.$route.path;
-    if (!whiteList.includes(location.hash)) {
+    const locationHash = window.location.hash;
+    if (locationHash.includes('#/order') != -1) {
       try {
         let Authorization = this.getQueryVariable("Authorization") || null;
         if (window.location.hash.indexOf("+") >= 0) {

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels