Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiCoco committed Dec 9, 2020
2 parents 4adf5a5 + 2b39e4b commit e613212
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion WebApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@
"AccountName": "",
"DominName": "",
"AdminName" : "",
"AdminPassword": ""
"AdminPassword": "",
"CDNUrls" : [
]
}
2 changes: 1 addition & 1 deletion web-front/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-app>
<AppBar />
<Drawer ref="drawer" />
<v-content>
<v-content class="grey lighten-5">
<router-view />
<Snackbar />
</v-content>
Expand Down
2 changes: 1 addition & 1 deletion web-front/src/layouts/Footer.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<v-footer class="font-weight-medium mt-2">
<v-footer class="font-weight-medium">
<v-col class="text-center" cols="12">
<div class="footer" id="footer"></div>
</v-col>
Expand Down

0 comments on commit e613212

Please sign in to comment.