1.0.32 消息通知取消条件

dev
yinq 1 month ago
parent de8fcc52f5
commit 0f9db52a19

@ -19,7 +19,7 @@
</template> </template>
<el-empty v-else :description="'消息为空'"></el-empty> <el-empty v-else :description="'消息为空'"></el-empty>
</div> </div>
<div v-if="newsList.length > 0" class="foot-box" @click="onGoToGiteeClick"></div> <div class="foot-box" @click="onGoToGiteeClick"></div>
</div> </div>
</template> </template>
@ -56,7 +56,6 @@ const onNewsClick = (item: any) => {
// //
const onGoToGiteeClick = () => { const onGoToGiteeClick = () => {
// window.open('https://gitee.com/dromara/RuoYi-Vue-Plus/tree/5.X/');
proxy?.$tab.openPage('/task/taskWaiting'); proxy?.$tab.openPage('/task/taskWaiting');
}; };

Loading…
Cancel
Save