From 6103b173df3b5b92a5e6281cecc6bb98771e8ed4 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Wed, 27 Mar 2024 11:39:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E9=85=92=E9=81=93?= =?UTF-8?q?=E9=A6=86=E7=94=B3=E8=AF=B7=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/merchant.js | 9 + src/views/merchant/application/shop_apply.vue | 375 ++++++++++++++++++ 2 files changed, 384 insertions(+) create mode 100644 src/views/merchant/application/shop_apply.vue 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 @@ + + + + +