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

添加媒体图片示例图

306132416@qq.com 4 éve%!(EXTRA string=óta)
szülő
commit
4e8d2ddc6e
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/App.vue

+ 2 - 2
src/App.vue

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