@@ -1,6 +1,6 @@
<template>
<div id="index">
- <admin-frame @search="search" :limit="limit" :total="total" topType="3" @back="back" :rightArrow="false" :useNav="false">
+ <admin-frame @search="search" :limit="limit" :total="total" topType="2" @back="back" :rightArrow="false" :useNav="false">
<template v-slot:info>
<list-4 :list="list"></list-4>
</template>