feat(更改通知userNews.vue): 修改通知信息

This commit is contained in:
H0nGzA1
2023-02-14 00:08:47 +08:00
parent 5c5a78215e
commit 1b8221d422

View File

@@ -28,13 +28,8 @@ const state = reactive({
newsList: [
{
label: '关于版本发布的通知',
value: 'vue-next-admin基于 vue3 + CompositionAPI + typescript + vite + element plus正式发布时间2021年02月28日',
time: '2020-12-08',
},
{
label: '关于学习交流的通知',
value: 'QQ群号码 665452019欢迎小伙伴入群学习交流探讨',
time: '2020-12-08',
value: 'django-vue3-admin基于 vue3 + CompositionAPI + typescript + vite + element plus, 是一款全栈,快速,开源的后台管理系统',
time: '2023-02-14',
},
],
});
@@ -45,7 +40,7 @@ const onAllReadClick = () => {
};
// 前往通知中心点击
const onGoToGiteeClick = () => {
window.open('https://gitee.com/lyt-top/vue-next-admin');
window.open('https://gitee.com/huge-dream/django-vue3-admin');
};
</script>