@ -242,7 +242,7 @@ export const asyncRouterMap = [
},
{
path: '/shop/classification',
moduleKey: 'merchant-manage',
moduleKey: 'merchant-cate',
component: () => import(/* webpackChunkName: "server" */ '@/views/shop/classification'),
meta: { title: '商户分类', keepAlive: false, permission: ['/shop/classification'] },
@ -5,10 +5,10 @@
:visible="visible"
:confirmLoading="confirmLoading"
:maskClosable="false"
:footer="storeVersion === 0 || (storeVersion === 1 && isSuper === 0) ? undefined : null"
@ok="handleSubmit"
@cancel="handleCancel"
>
<!-- :footer="storeVersion === 0 || (storeVersion === 1 && isSuper === 0) ? undefined : null" -->
<a-spin :spinning="confirmLoading">
<a-form :form="form">
<a-form-item label="角色名称" :labelCol="labelCol" :wrapperCol="wrapperCol">