diff --git a/.env.usa b/.env.usa index 0098dc79..3dae9013 100644 --- a/.env.usa +++ b/.env.usa @@ -2,7 +2,7 @@ ENV = 'usa' NODE_ENV = 'usa' # base public path -VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-05-31/' +VUE_APP_BASE_PATH = 'https://ei-code-prod.s3.amazonaws.com/2024-07-03/' # 是否开启登陆限制 true:是 false:否 VUE_APP_LOGIN_FOR_PERMISSION = false diff --git a/src/App.vue b/src/App.vue index a7d5c2b7..50e0010b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -246,7 +246,10 @@ textarea { color: $light_gray; text-align: center; font-weight: bold; - font-family: 'Times New Roman'; - text-shadow:1px 0.5px 1.5px #666; + font-family: "Times New Roman"; + text-shadow: 1px 0.5px 1.5px #666; +} +.title-logo { + height: 40px; } diff --git a/src/assets/title-logo.png b/src/assets/title-logo.png new file mode 100644 index 00000000..396619c9 Binary files /dev/null and b/src/assets/title-logo.png differ diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 5d230a6b..a4d3df9e 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -7,7 +7,12 @@
@@ -17,7 +22,10 @@