From 8efe55fff1378566657a28ad0797a382fafc9544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CL-Fone=E2=80=9D?= <“275757115@qq.com”> Date: Thu, 21 Jan 2021 10:07:13 +0800 Subject: [PATCH] update --- blog.config.ts | 2 +- components/LayoutFooter.vue | 6 +++--- components/LoginAccount.vue | 2 +- layouts/admin.vue | 2 +- nuxt.config.ts | 2 +- server/models/setting.ts | 2 +- static/icon.png | Bin 13867 -> 18227 bytes static/images/iBlog-logo.png | Bin 13867 -> 18227 bytes 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/blog.config.ts b/blog.config.ts index e5a43f15..476fb145 100644 --- a/blog.config.ts +++ b/blog.config.ts @@ -2,7 +2,7 @@ import { IBlogConfig } from '@/types'; const config: IBlogConfig = { host: '0.0.0.0', - port: 9000, + port: 1818, enableHTTPS: false, mongoUrl: `mongodb://${process.env.BUILD_ENV === 'docker' ? 'database' : 'localhost'}:27017/iBlog_v2`, jwtSecret: 'myblogjsonwebtokensecretkey' diff --git a/components/LayoutFooter.vue b/components/LayoutFooter.vue index 2acfbaa6..28206196 100644 --- a/components/LayoutFooter.vue +++ b/components/LayoutFooter.vue @@ -2,12 +2,12 @@