From 402f95c2a35ba8f1b8a061ed97ba48f8e41adf56 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 09 二月 2023 10:24:49 +0800
Subject: [PATCH] 登录上限提示

---
 src/views/PackageTwo/index.vue |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/views/PackageTwo/index.vue b/src/views/PackageTwo/index.vue
index 5810b11..bf2bea5 100644
--- a/src/views/PackageTwo/index.vue
+++ b/src/views/PackageTwo/index.vue
@@ -1,17 +1,15 @@
 <template>
-  
+
 </template>
 
 <script>
 export default {
-mounted(){
-    debugger
+  mounted() {
     // this.$router.push('/QualityInspection')
     this.$router.push('/WareInspection')
-}
+  }
 }
 </script>
 
 <style>
-
 </style>
\ No newline at end of file

--
Gitblit v1.9.3