소스 검색

更新优化打包

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

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


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


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


+ 4 - 3
src/App.vue

@@ -16,9 +16,10 @@ import { queryTeacherInfo } from "@/api/app";
 export default {
 export default {
   name: "app",
   name: "app",
   async created() {
   async created() {
-    const whiteList = ["/order"];
-    const routePath = this.$route.path;
-    if (!whiteList.includes(routePath)) {
+    const whiteList = ["#/order"];
+    console.log(this.$route.path);
+    // const routePath = this.$route.path;
+    if (!whiteList.includes(location.hash)) {
       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) {

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