Commit 5f2d539b by 展昭

update

parent bebebf71
Showing with 2 additions and 2 deletions
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="header"> <div class="header">
<Header :title="title" /> <Header :title="title" />
</div> </div>
<div class="callback">{{errMessage}}</div> <div class="callback">应用未授权该用户</div>
</div> </div>
</template> </template>
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
data() { data() {
return { return {
title:'登录错误', title:'登录错误',
errMessage: "" errMessage: "应用未授权该用户"
}; };
}, },
methods: { methods: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment