lex-xin преди 3 години
родител
ревизия
d350840549
променени са 4 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 0 0
      dist/app.dc3c8d24e57823ab17c4.js
  2. 0 0
      dist/app.fbd4444af499d6b1a283.js
  3. 0 0
      dist/index.html
  4. 2 1
      src/App.vue

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/app.dc3c8d24e57823ab17c4.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/app.fbd4444af499d6b1a283.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/index.html


+ 2 - 1
src/App.vue

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

Някои файлове не бяха показани, защото твърде много файлове са промени