This commit is contained in:
huanqing.shao
2019-07-30 07:02:29 +08:00
parent a9d4f6e904
commit 0914281f6b
102 changed files with 352 additions and 293 deletions

View File

@ -15,7 +15,7 @@
<span
class="action"
v-if="data.actionText && data.actionLink"
v-if="data.actionText"
>
<NavLink
class="action-button"
@ -71,7 +71,7 @@ export default {
actionLink () {
return {
link: this.data.actionLink,
link: `http://demo.eip.work/#/login?isReadOnly=true&token=${this.$site.themeConfig.kuboardToken}`,
text: this.data.actionText
}
},