|
|
|
@ -77,8 +77,8 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<mdp-dialog ref="starDialog" width="600px" title="hi~同学,来支持一下【唛盟开源项目】吧,为项目点个Star!"> |
|
|
|
<el-row> |
|
|
|
<el-link :href="$mdp.getOpenSourceLink()" target="_blank" type="primary" icon="el-icon-star-off">唛盟项目</el-link> |
|
|
|
<el-row class="center"> |
|
|
|
<el-button size="large" @click="toStar" target="_blank" type="warning" icon="el-icon-star-off">唛盟项目</el-button> |
|
|
|
</el-row> |
|
|
|
<template #footer="{visible,data,dialog}"> |
|
|
|
<el-row slot="footer"> |
|
|
|
@ -425,6 +425,9 @@ export default { |
|
|
|
}).catch((e) => { |
|
|
|
this.loading = false |
|
|
|
}) |
|
|
|
}, |
|
|
|
toStar(){ |
|
|
|
window.open(this.$mdp.getOpenSourceLink()) |
|
|
|
} |
|
|
|
}, |
|
|
|
created() { |
|
|
|
|