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

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 0
dist/app.3968d0c39565a05b6c0e.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 - 2
src/App.vue

@@ -17,10 +17,10 @@ export default {
   name: "app",
   async created() {
     const whiteList = ["#/order"];
-    console.log(this.$route.path);
     // const routePath = this.$route.path;
     const locationHash = window.location.hash;
-    if (locationHash.includes('#/order') != -1) {
+    console.log(this.$route.path, locationHash);
+    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