From 04c7443f01b68099f05635bcf0cb0d7530f26c57 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Sat, 27 Oct 2018 22:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: e4fee9fccc8e94c691ef3502949403a77c677a48 [formerly e4fee9fccc8e94c691ef3502949403a77c677a48 [formerly e4fee9fccc8e94c691ef3502949403a77c677a48 [formerly e4fee9fccc8e94c691ef3502949403a77c677a48 [formerly e6fb2fa5b3d5af36500b170a50800dfcb892d85b [formerly e2376ad896b302679cb81aa7a342910e7b156b6d]]]]] Former-commit-id: 9903142d83a43dd868fa85be150f6e04c5d960af Former-commit-id: 0313913de9e78bc421637fa26537e2c93fadd767 Former-commit-id: 8f8ee126174d1902aa9b659e084af1b7726ab175 [formerly 099518b3687d4c1a37a2b3f9c4dabbf9a797e8e5] Former-commit-id: 64cda7e5142556075bdd45cdc44fe56a183c8090 Former-commit-id: db5c351271b35ca5ae9ccf14946b6e5c469dac24 Former-commit-id: 1620d08a9c82a577bb04a6381bafa8980e36ab1a Former-commit-id: 391be59f82a3c483d3a366473c5a96dba0e63cb7 Former-commit-id: b7e87ccba390ba0936e43a2a523fb357a9b123a2 --- .env.development | 2 +- .env.travis | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.development b/.env.development index fbf47d6a..c126ecf1 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ # 开发环境 # 页面 title 前缀 -VUE_APP_TITLE=D2Admin Dev \ No newline at end of file +VUE_APP_TITLE=D2Admin Dev diff --git a/.env.travis b/.env.travis index 1598cdc9..245cea8d 100644 --- a/.env.travis +++ b/.env.travis @@ -5,6 +5,3 @@ NODE_ENV=production # 标记当前是 CI 自动构建 VUE_APP_BUILD_MODE=TRAVIS - -# 页面 title 前缀 -VUE_APP_TITLE=D2Admin Preview