1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

新增友链提交功能

This commit is contained in:
liuyiwuqing
2024-05-31 18:47:19 +08:00
parent 0386c66b70
commit 3b0ef59ca7
4 changed files with 272 additions and 1 deletions
+7 -1
View File
@@ -120,6 +120,7 @@
<!-- 返回顶部 -->
<tm-flotbutton color="light-blue" @click="fnToTopPage" size="m" icon="icon-angle-up"></tm-flotbutton>
<tm-flotbutton :offset="[16,80]" label="申请" actions-pos="left" :show-text="true" color="bg-gradient-orange-accent" @click="toSubmitLinkPage"></tm-flotbutton>
<!-- 详情弹窗 -->
<tm-poup v-model="detail.show" :width="640" height="auto" position="center" :round="6">
@@ -326,7 +327,12 @@
});
}
});
}
},
toSubmitLinkPage() {
this.$Router.push({
path: '/pagesA/submit-link/submit-link'
});
}
}
};
</script>