Commit a38fafc6 by wusiyi

fix: 已授权支付宝可重新授权

parent bbe31a15
...@@ -629,7 +629,14 @@ export default { ...@@ -629,7 +629,14 @@ export default {
return null return null
} }
if (item.appAuthToken) { if (item.appAuthToken) {
return <span>已授权</span> return (
<el-link
type="primary"
onClick={() => this.handleAuth(item.id)}
target="_blank">
已授权,重新授权
</el-link>
)
} else { } else {
return ( return (
<el-link <el-link
......
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 to comment