Skip to content

Commit

Permalink
Merge pull request #77 from gongdaxia/dev-0.5
Browse files Browse the repository at this point in the history
update error info
  • Loading branch information
mingzhenliu authored Jul 10, 2019
2 parents 8d93e30 + a87ccb3 commit f4f22a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}</style></head><body><body><div id=app style="height: 100% !important;"></div><script type=text/javascript src=./static/js/4.117c54bd2d0596547254.js></script><script type=text/javascript src=./static/js/runtime.2dfa4334a6f4eb7eac05.js></script><script type=text/javascript src=./static/js/6.abf6f82e1f3c92e405c1.js></script></body><script>if (self == top) {
}</style></head><body><body><div id=app style="height: 100% !important;"></div><script type=text/javascript src=./static/js/4.f6c630cd1cdd7edf0799.js></script><script type=text/javascript src=./static/js/runtime.2dfa4334a6f4eb7eac05.js></script><script type=text/javascript src=./static/js/6.abf6f82e1f3c92e405c1.js></script></body><script>if (self == top) {
var antiClickjack = document.getElementById("antiClickjack");
antiClickjack.parentNode.removeChild(antiClickjack);
} else {
Expand Down

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/util/errcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,11 @@ let errCode = {
},
"202060": {
en: "invalid token",
cn: "无效的token"
cn: "登录失效,请重新登录"
},
"202061": {
en: "token expire",
cn: "token失效,请重新登录"
cn: "登录失效,请重新登录"
},

"302000": {
Expand Down

0 comments on commit f4f22a1

Please sign in to comment.