From 509669fe9fc6c5fd419fe03e9912ba80020b7961 Mon Sep 17 00:00:00 2001 From: hupeng Date: Thu, 9 Jan 2020 16:11:33 +0800 Subject: [PATCH] =?UTF-8?q?yshop1.7.2=E5=8F=91=E5=B8=83:=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E6=94=AF=E4=BB=98=E4=B8=8E=E7=99=BB?= =?UTF-8?q?=E5=BD=95,=E5=90=8E=E5=8F=B0=E6=96=B0=E5=A2=9E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E8=B7=B3=E8=BD=AC=E9=A1=B5=E9=9D=A2,?= =?UTF-8?q?=E5=8D=87=E7=BA=A7swagger-bootstrap,swaager=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=BF=81=E7=A7=BB=E5=88=B0common(=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E6=B3=A8=E8=A7=A3=E5=86=B2=E7=AA=81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home.vue | 15 +++++++++++++++ src/views/shop/set/form.vue | 12 ++++++++---- src/views/shop/set/index.vue | 2 ++ src/views/shop/set/menu.vue | 2 ++ src/views/shop/set/menuform.vue | 12 ++++++++---- src/views/shop/set/roll.vue | 2 ++ src/views/shop/set/rollform.vue | 10 +++++++--- src/views/shop/set/usermenu.vue | 2 ++ src/views/shop/set/usermenuform.vue | 10 +++++++--- 9 files changed, 53 insertions(+), 14 deletions(-) diff --git a/src/views/home.vue b/src/views/home.vue index 1b662ad..33a9239 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -52,6 +52,21 @@ export default { ...mapGetters([ 'roles' ]) + }, + + created() { + this.open() + }, + + methods: { + open() { + this.$notify({ + title: '公众号演示', + dangerouslyUseHTMLString: true, + message: '', + duration: 0 + }); + } } } diff --git a/src/views/shop/set/form.vue b/src/views/shop/set/form.vue index cf77159..ce4e22e 100644 --- a/src/views/shop/set/form.vue +++ b/src/views/shop/set/form.vue @@ -1,14 +1,17 @@