1
YM
2024-06-17 a10960e9cee3776ffd3871e5949f6b474127c428
src/pages/character/index.vue
@@ -21,7 +21,6 @@
        <li
          @click="onSearch({ text: item }, index)"
          :class="{ cursor: true, active: hotAciveIndex === index }"
          hotAciveIndex
          v-for="(item, index) in hotKeyList"
          :key="item"
        >
@@ -173,7 +172,7 @@
          },
          {
            type: "input",
            label: "时间",
            label: "时期",
            name: "period",
            value: ""
          },