From ffced15fe30fbcde60368e7c63eb494f5d8e699d Mon Sep 17 00:00:00 2001 From: wxz Date: Wed, 9 Dec 2020 11:12:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=8F=91=E7=89=882?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/public/index.html | 6 +++--- epmet-oper-web/src/i18n/zh-CN.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/epmet-oper-web/public/index.html b/epmet-oper-web/public/index.html index 7d1608a..ec49444 100644 --- a/epmet-oper-web/public/index.html +++ b/epmet-oper-web/public/index.html @@ -47,19 +47,19 @@ <% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %> <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod:uat') { %> <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> <% } %> diff --git a/epmet-oper-web/src/i18n/zh-CN.js b/epmet-oper-web/src/i18n/zh-CN.js index 5810501..bc9feb3 100644 --- a/epmet-oper-web/src/i18n/zh-CN.js +++ b/epmet-oper-web/src/i18n/zh-CN.js @@ -80,7 +80,7 @@ t.home = {} t.home.desc = {} t.home.desc.title = '项目介绍' t.home.desc.list = [ - '人人微服务平台,是基于Spring Cloud打造的微服务平台,为企业提供一站式微服务解决方案', + '人人-微服务平台,是基于Spring Cloud打造的微服务平台,为企业提供一站式微服务解决方案', '基于最新的Spring Cloud Alibaba 2.1、Nacos、Spring Cloud Gateway、Spring Boot 2.1、Mybatis、Element 2.0+开发', '代码风格优雅简洁、通俗易懂,且符合《阿里巴巴Java开发手册》规范要求,可作为企业代码规范', '优秀的菜单功能权限,前端可灵活控制页面及按钮的展示,后端可对未授权的请求进行拦截',