From 86b7e3f1906686c68a2162e85a72cd4fe3e66c3e Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 30 Nov 2021 15:25:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E9=99=A4=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/serve.js | 2 +- src/apps/AppNotification/AppNotification.vue | 589 +++++++++---------- 2 files changed, 295 insertions(+), 296 deletions(-) diff --git a/bin/serve.js b/bin/serve.js index 7cf9de79..91cc9de7 100644 --- a/bin/serve.js +++ b/bin/serve.js @@ -68,7 +68,7 @@ const start = () => { navigationStyle: "custom" } } - findApp('src/apps', file => { + findApp('src/utils', file => { if (/.*\\.+\\App[^\\]+\.vue/g.test(file)) { let app = { name: file.replace(/.*\\([^\\]+).vue/g, '$1'), diff --git a/src/apps/AppNotification/AppNotification.vue b/src/apps/AppNotification/AppNotification.vue index 81299bcc..0cdf40db 100644 --- a/src/apps/AppNotification/AppNotification.vue +++ b/src/apps/AppNotification/AppNotification.vue @@ -10,14 +10,14 @@ - {{item.releaseUserName}} - {{item.releaseTime}} + {{ item.releaseUserName }} + {{ item.releaseTime }}