feat(notice): 新增公告优先级和未读状态功能,优化公告展示逻辑

This commit is contained in:
2025-12-30 22:49:03 +08:00
parent 76c324b0df
commit 88a4e58130
21 changed files with 1520 additions and 13 deletions

View File

@@ -128,7 +128,7 @@
href="https://open.tntlinking.com/communityTreaty"
target="_blank"
>
>Copyright © 2025 湖北天天数链技术有限公司 本系统软件源代码许可来源于
Copyright © 2025 湖北天天数链技术有限公司 本系统软件源代码许可来源于
天天开源软件社区版许可协议 https://open.tntlinking.com/communityTreaty
</el-link>
</span>
@@ -137,7 +137,7 @@
</template>
<script setup>
import {getCurrentInstance, onMounted, ref, watch} from 'vue';
import {getCurrentInstance, onMounted, ref, watch, nextTick} from 'vue';
import settings from '@/settings';
import {getCodeImg, getUserBindTenantList, sign} from '@/api/login';
import {invokeYbPlugin5001} from '@/api/public';