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 }}