Commit 8ad6d03597ee745c9848bfec0701a8030e28c27c

Authored by Min
1 parent 34528b97

1.接口检测增加英文翻译

Showing 1 changed file with 4 additions and 4 deletions
src/utils/request.js
... ... @@ -10,15 +10,15 @@ function checkStatus(response) {
10 10 return response;
11 11 } else {
12 12 Modal.confirm({
13   - title: "温馨提示:",
  13 + title: "Friendly Reminder:",
14 14 content: (
15 15 <div>
16 16 <div>
17   - 接口
  17 + Interface
18 18 {response.url.split("?")[0]}
19   - 】请求失败!
  19 + 】request failed!
20 20 </div>
21   - <div>是否跳转到登录页面?</div>
  21 + <div>Do you want to jump to the login page?</div>
22 22 </div>
23 23 ),
24 24 okText: "确认",
... ...