From 2b39e4b9b3b5d103b8f56d16cb7886691792cb4b Mon Sep 17 00:00:00 2001 From: YukiCoco Date: Wed, 9 Dec 2020 18:45:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebApi/appsettings.json | 4 +++- web-front/src/App.vue | 2 +- web-front/src/layouts/Footer.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/WebApi/appsettings.json b/WebApi/appsettings.json index ce23183..4d880ee 100644 --- a/WebApi/appsettings.json +++ b/WebApi/appsettings.json @@ -21,5 +21,7 @@ "AccountName": "", "DominName": "", "AdminName" : "", - "AdminPassword": "" + "AdminPassword": "", + "CDNUrls" : [ + ] } \ No newline at end of file diff --git a/web-front/src/App.vue b/web-front/src/App.vue index 383ffe2..9eae5da 100644 --- a/web-front/src/App.vue +++ b/web-front/src/App.vue @@ -2,7 +2,7 @@ - + diff --git a/web-front/src/layouts/Footer.vue b/web-front/src/layouts/Footer.vue index 2d0c1cb..fd0a019 100644 --- a/web-front/src/layouts/Footer.vue +++ b/web-front/src/layouts/Footer.vue @@ -1,5 +1,5 @@