zhangliang2 3 år sedan
förälder
incheckning
e9ecef4e9d
2 ändrade filer med 1 tillägg och 4 borttagningar
  1. 1 2
      src/router/filter.js
  2. 0 2
      src/views/sceneLibrary/scenePacketList.vue

+ 1 - 2
src/router/filter.js

@@ -8,15 +8,14 @@ Router.prototype.push = function push(location) {
 }
 
 
-
 router.beforeEach((to, from, next) => {
     // console.log(to);
     if (to.fullPath === '/' || to.name === '*') {
-
         let {
             code,
             ticket
         } = to.query;
+        
         if (code && ticket) {
             next({
                 path: "/mainPage",

+ 0 - 2
src/views/sceneLibrary/scenePacketList.vue

@@ -419,8 +419,6 @@ export default {
 
                 if (i.weightErr) this.weightErrIds.push(i.id);
             });
-            console.log(arr);
-            console.log(this.weightErrIds);
             this.treeData = arr;
         },
         delRow(row) {