王震
2023-09-14 0c409fb4381a7be9dd96a3e8cb0161f77bc7ef8c
src/view/index.vue
@@ -91,7 +91,7 @@
   }
   .left .box i {
      font-size: 32px;
      font-size: 24px;
      margin-bottom: 8px;
   }
@@ -209,7 +209,6 @@
      height: 100%;
   }
</style>
<style></style>
<template>
   <div class="all">
      <div class="title">
@@ -260,7 +259,7 @@
         </div>
         <div class="component_view">
            <component class="com_index" v-for="(com, index) in tabs" :is="com.u" :key="upIndex + '|' + index"
               v-show="com.k == tabActive">
               v-show="com.k == tabActive" @removeAllTab="removeAllTab">
            </component>
         </div>
      </div>
@@ -560,6 +559,7 @@
               u: "index-index"
            }]
         },
         upTabActive(num) {
            this.tabActive = num;
            this.activeP = num;
@@ -576,6 +576,9 @@
            sessionStorage.clear();
            localStorage.removeItem("autoenter");
            this.$router.push("/enter");
         },
         removeAllTab(){
            this.upIndex++
         }
      }
   };