tip.vue温馨提示系统提示通用页面
分类: vue 专栏: vue 标签: tip.vue温馨提示系统提示通用页面
2026-01-26 16:51:50 72浏览
tip.vue温馨提示系统提示通用页面
<template>
<div style="height: 100%;clear: both;padding: 10%;text-align: center;">
<el-row>
<el-col :span="12">
<img src="../../assets/img/tip.png">
</el-col>
<el-col :span="12">
<el-card class="box-card" style="margin-top: 100px;">
<div slot="header" class="clearfix">
<span>系统提示</span>
</div>
<div >
{{systip}}
</div>
</el-card>
</el-col>
</el-row>
</div>
</template>
<script>
export default {
components: {
},
data() {
return {
systip:'',
};
},
methods:{
},mounted() {
this.systip=localStorage.systip
}
};
</script>
<style scoped>
</style>
好博客就要一起分享哦!分享海报
此处可发布评论
评论(0)展开评论
暂无评论,快来写一下吧
展开评论
他的专栏
他感兴趣的技术




java
vue
springboot
Mysql
ssm
小程序
uniapp
js和jquery