From 2507b458ff01416c503065ccec04750cb2d2b66e Mon Sep 17 00:00:00 2001 From: wangqing <250543222@qq.com> Date: Tue, 22 Jun 2021 22:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2Logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/assets/images/indexLogo.svg | 3158 ++++++++++++++++++++++++ src/views/account/ForgetPwd.vue | 4 +- src/views/form/index.vue | 6 +- src/views/form/preview/ProjectForm.vue | 11 +- src/views/home/index.vue | 4 +- 6 files changed, 3173 insertions(+), 12 deletions(-) create mode 100644 src/assets/images/indexLogo.svg diff --git a/.env.production b/.env.production index ca2778f..243f3c8 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 填鸭 +VUE_APP_TITLE = tudck-填鸭 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VUE_APP_API_ROOT = /tduck-api # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 diff --git a/src/assets/images/indexLogo.svg b/src/assets/images/indexLogo.svg new file mode 100644 index 0000000..7f8d2ef --- /dev/null +++ b/src/assets/images/indexLogo.svg @@ -0,0 +1,3158 @@ + + + diff --git a/src/views/account/ForgetPwd.vue b/src/views/account/ForgetPwd.vue index a136654..617aa75 100644 --- a/src/views/account/ForgetPwd.vue +++ b/src/views/account/ForgetPwd.vue @@ -2,7 +2,7 @@