From 8581e454aab1e047026201272cee3f9534a5d797 Mon Sep 17 00:00:00 2001 From: duan <1004387497@qq.com> Date: Thu, 11 Jul 2024 13:43:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=97=E9=93=BA=E7=AE=A1=E7=90=86-=E5=BA=97?= =?UTF-8?q?=E9=93=BA=E9=85=8D=E7=BD=AE-=E5=AE=89=E5=85=A8=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/shop/components/securitySetting.vue | 55 +++++++++++++++++++ src/views/shop/shop_configuration.vue | 6 +- 2 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 src/views/shop/components/securitySetting.vue diff --git a/src/views/shop/components/securitySetting.vue b/src/views/shop/components/securitySetting.vue new file mode 100644 index 0000000..55c9540 --- /dev/null +++ b/src/views/shop/components/securitySetting.vue @@ -0,0 +1,55 @@ + + \ No newline at end of file diff --git a/src/views/shop/shop_configuration.vue b/src/views/shop/shop_configuration.vue index 63bd8bc..7cab95d 100644 --- a/src/views/shop/shop_configuration.vue +++ b/src/views/shop/shop_configuration.vue @@ -4,10 +4,13 @@ + + + @@ -15,12 +18,13 @@ import shopInfo from './components/shopInfo' import shopSetting from './components/shopSetting' import notice from './components/notice' +import securitySetting from './components/securitySetting' export default { components: { shopInfo, shopSetting, - notice + notice,securitySetting }, data() { return {