Forráskód Böngészése

更新优化打包

lex-xin 3 éve
szülő
commit
726fa3519a

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/app.dc3c8d24e57823ab17c4.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/app.f696ef1259aa450b3c32.js


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
dist/index.html


+ 4 - 3
src/App.vue

@@ -16,9 +16,10 @@ import { queryTeacherInfo } from "@/api/app";
 export default {
   name: "app",
   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 {
         let Authorization = this.getQueryVariable("Authorization") || null;
         if (window.location.hash.indexOf("+") >= 0) {

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott