上传
This commit is contained in:
@@ -15,16 +15,16 @@
|
||||
<el-tab-pane label="常规设置" :name="4" v-if="checkPermi(['mall:setting:general'])">
|
||||
<GeneralSet v-if="tabIndex == 4" />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="消息通知" :name="9" v-if="checkPermi(['mall:setting:msg'])">
|
||||
<!-- <el-tab-pane label="消息通知" :name="9" v-if="checkPermi(['mall:setting:msg'])">
|
||||
<MsgSend v-if="tabIndex == 9" />
|
||||
</el-tab-pane>
|
||||
</el-tab-pane> -->
|
||||
</el-tabs>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import GeneralSet from './Comp/GeneralSet.vue'
|
||||
import FieldProduct from './Comp/FieldProduct.vue'
|
||||
import MsgSend from './Comp/MsgSend.vue'
|
||||
// import MsgSend from './Comp/MsgSend.vue'
|
||||
import CategorySet from './Comp/CategorySet.vue'
|
||||
import BrandSet from './Comp/BrandSet.vue'
|
||||
import SupplierSet from './Comp/SupplierSet.vue'
|
||||
|
||||
Reference in New Issue
Block a user