From dde36ce1c3d8d925505f05a195fbb0f174ace230 Mon Sep 17 00:00:00 2001 From: lucky Date: Mon, 1 Feb 2021 13:01:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=8E=A5=E5=8F=A3=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .env.production | 4 ++-- README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index fd0e52c..d6cd763 100644 --- a/.env.development +++ b/.env.development @@ -6,5 +6,5 @@ VUE_APP_API_URL=https://test.tall.wiki/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/tcm VUE_APP_MSG_URL=wss://test.tall.wiki/websocket/message/v4.0/ws -VUE_APP_TITLE=盐湖区人民医院数字看板 -VUE_APP_DESCRIPTION=盐湖区人民医院数字看板 +VUE_APP_TITLE=中医药大学课题数据库 +VUE_APP_DESCRIPTION=中医药大学课题数据库 diff --git a/.env.production b/.env.production index 33b5b41..9c54f8c 100644 --- a/.env.production +++ b/.env.production @@ -6,5 +6,5 @@ VUE_APP_API_URL=https://www.tall.wiki/gateway VUE_APP_PROXY_URL=/gateway VUE_APP_PUBLIC_PATH=/tcm VUE_APP_MSG_URL=wss://www.tall.wiki/websocket/message/v4.0/ws -VUE_APP_TITLE=盐湖区人民医院数字看板 -VUE_APP_DESCRIPTION=盐湖区人民医院数字看板 +VUE_APP_TITLE=中医药大学课题数据库 +VUE_APP_DESCRIPTION=中医药大学课题数据库 diff --git a/README.md b/README.md index efc5c7e..15dbdab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 盐湖区人民医院数字看板 +# 中医药大学课题数据库 ## Project setup ```