Browse Source

Merge branch 'master' of http://192.168.101.4:3000/jiaxiaoqiang/JG-CLIENT-TEMP

ooo 1 year ago
parent
commit
16deeb24a9
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/views/prepare-complete-suit/index.vue

+ 1 - 5
src/views/prepare-complete-suit/index.vue

@@ -29,14 +29,10 @@
 import First from "./components/first.vue";
 import StorageOut from "@/views/storage-out/index.vue";
 import Third from "./components/third.vue";
-import ShowInfo from "./popUpView/showInfo.vue";
 import { TabsPaneContext } from "element-plus";
 
-import ShowInfo from "./firstPopUpView/showInfo.vue";
 const activeName = ref("first");
-const handleClick = (tab: TabsPaneContext, event: Event) => {
-
-};
+const handleClick = (tab: TabsPaneContext, event: Event) => {};
 </script>
 
 <style lang="scss" scoped>