|
@@ -2,8 +2,14 @@
|
|
|
<div>
|
|
|
<el-empty :description="hasPermission ? message :`您没有访问权限,请联系管理员`" image="/static/warning.png">
|
|
|
<template slot="description">
|
|
|
- <p style="font-size:16px">未通过公众号授权</p>
|
|
|
- <p style="font-size:16px">请联系系统管理员</p>
|
|
|
+ <div v-if="message !== '未获取到用户数据'">
|
|
|
+ <p style="font-size:16px">未通过公众号授权</p>
|
|
|
+ <p style="font-size:16px">请联系系统管理员</p>
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ <p style="font-size:16px">登录已失效</p>
|
|
|
+ <p style="font-size:16px">请返回数据导航重新进入</p>
|
|
|
+ </div>
|
|
|
</template>
|
|
|
<div style="display: flex;gap: 10px;">
|
|
|
<el-button size="mini" type="" @click="toNav">返回数据导航</el-button>
|