Ver código fonte

修改已知问题

306132416@qq.com 4 anos atrás
pai
commit
d7d84d3e96
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      src/App.vue

+ 4 - 4
src/App.vue

@@ -135,7 +135,7 @@ export default {
     localTest(){
       // 本地调试打开
       this.loadingFlag = false;
-      this.isManufacturer = "manufacturer"; //  distributor
+      this.isManufacturer = "distributor"; //  distributor
       if (this.isManufacturer === "manufacturer") {
         if (this.$route.path === "/loading")
           this.$router.replace({ path: "/uploadInfor" });
@@ -159,9 +159,9 @@ export default {
     this.localTest();// 本地调试打开
   }, */
   created() {
-     // this.loadingFlag = true;
-     // this.getData(); // 线上打开
-     this.localTest();// 本地调试打开
+     this.loadingFlag = true;
+     this.getData(); // 线上打开
+    // this.localTest();// 本地调试打开
   },
 };
 </script>