diff --git a/src/router/modules/merchant.js b/src/router/modules/merchant.js index 0f77615..d44d446 100644 --- a/src/router/modules/merchant.js +++ b/src/router/modules/merchant.js @@ -39,6 +39,15 @@ const merchantRouter = }, component: () => import('@/views/merchant/list/shop') }, + { + path: 'shopApply', + name: 'MerchantShopApply', + meta: { + title: '酒道馆申请审核', + noCache: true + }, + component: () => import('@/views/merchant/application/shop_apply') + }, { path: 'supplier', name: 'MerchantSupplierList', diff --git a/src/views/merchant/application/shop_apply.vue b/src/views/merchant/application/shop_apply.vue new file mode 100644 index 0000000..469ef37 --- /dev/null +++ b/src/views/merchant/application/shop_apply.vue @@ -0,0 +1,375 @@ + + + + +