diff --git a/web/src/assets/login/beijings.png b/web/src/assets/login/beijings.png new file mode 100644 index 0000000..da02e44 Binary files /dev/null and b/web/src/assets/login/beijings.png differ diff --git a/web/src/views/login/index.vue b/web/src/views/login/index.vue index df9b74d..372b14a 100644 --- a/web/src/views/login/index.vue +++ b/web/src/views/login/index.vue @@ -286,7 +286,7 @@ $light_gray: #eee; } .login-container { - background: url('../../assets/login/beijing.jpg') no-repeat; + background: url('../../assets/login/beijings.png') no-repeat; background-size: cover; background-position: center center; min-height: 100%; @@ -323,7 +323,7 @@ $light_gray: #eee; -webkit-align-items: center; text-align: center; position: absolute; - left: 56%; + left: 69%; margin-top: 90px; border-radius: 5px; .title-container{ diff --git a/web/src/views/system/storage/index.vue b/web/src/views/system/storage/index.vue index 7dd9b5d..44ad146 100644 --- a/web/src/views/system/storage/index.vue +++ b/web/src/views/system/storage/index.vue @@ -55,7 +55,7 @@ function addproject() { name: "",//存储源名称 key: "",//存储源id remark: "",//备注 - type: "",//存储源策略 + type: "local",//存储源策略 filePath: "",//文件路径 accessKey: "",//AccessKey secretKey: "",//SecretKey @@ -159,7 +159,7 @@ const projectForme: any = ref({ name: "",//存储源名称 key: "",//存储源id remark: "",//备注 - type: "",//存储源策略 + type: "local",//存储源策略 filePath: "",//文件路径 accessKey: "",//AccessKey secretKey: "",//SecretKey @@ -280,11 +280,6 @@ function comparePercentage(percentStr: any) {