lex-xin 3 년 전
부모
커밋
7525af75f5
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      dist/app.3968d0c39565a05b6c0e.js
  2. 0 0
      dist/app.fbd4444af499d6b1a283.js
  3. 0 0
      dist/index.html
  4. 2 2
      src/App.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.3968d0c39565a05b6c0e.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/app.fbd4444af499d6b1a283.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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) {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.