From 831f9ea0196f67b0c9d1525ce971650dcc72c477 Mon Sep 17 00:00:00 2001 From: xiaohuoni <448627663@qq.com> Date: Sat, 23 Mar 2019 16:04:37 +0800 Subject: [PATCH] change exception --- src/locales/zh-CN/exception.js | 2 +- src/locales/zh-TW/exception.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/zh-CN/exception.js b/src/locales/zh-CN/exception.js index 6f645dae..1b89ab76 100644 --- a/src/locales/zh-CN/exception.js +++ b/src/locales/zh-CN/exception.js @@ -1,6 +1,6 @@ export default { 'app.exception.back': '返回首页', - 'app.exception.description.403': '抱歉,你无权访问该页面', + 'app.exception.description.403': '抱歉,你无权访问此页面', 'app.exception.description.404': '抱歉,你访问的页面不存在', 'app.exception.description.500': '抱歉,服务器出错了', }; diff --git a/src/locales/zh-TW/exception.js b/src/locales/zh-TW/exception.js index 24a26613..119140d7 100644 --- a/src/locales/zh-TW/exception.js +++ b/src/locales/zh-TW/exception.js @@ -1,6 +1,6 @@ export default { 'app.exception.back': '返回首頁', - 'app.exception.description.403': '抱歉,妳無權訪問該頁面', + 'app.exception.description.403': '抱歉,妳無權訪問此頁面', 'app.exception.description.404': '抱歉,妳訪問的頁面不存在', 'app.exception.description.500': '抱歉,服務器出錯了', }; -- GitLab