mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-13 14:13:47 +08:00
v3.7.0 (2024-09-28) Java17+SpringBoot3重磅更新,【新增】支持Java17;【新增】支持SpringBoot3;【优化】优化AES和SM4加密;【优化】优化三级等保文档;
This commit is contained in:
@@ -35,7 +35,7 @@ defineExpose({
|
||||
show,
|
||||
});
|
||||
|
||||
const visible = ref(false);
|
||||
const visible = ref(true);
|
||||
function show() {
|
||||
visible.value = true;
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<a-row class="content">
|
||||
<span class="left-content">
|
||||
<p class="last-login-info"><AlertOutlined />{{ lastLoginInfo }}</p>
|
||||
<a class="sentence" href="https://zhuoda.vip/soup" target="_blank"> <smile-outlined spin /> {{ heartSentence }} </a>
|
||||
<a class="sentence" href="#" target="_blank"> <smile-outlined spin /> {{ heartSentence }} </a>
|
||||
</span>
|
||||
<div class="weather">
|
||||
<iframe
|
||||
@@ -112,7 +112,7 @@
|
||||
let next = lunar.getNextJieQi();
|
||||
let nextJieqi = next.getName() + ' ' + next.getSolar().toYmd();
|
||||
|
||||
return `${day} 星期${week},农历${lunarMonth}${lunarDay}(当前${jieqi},${nextJieqi} )`;
|
||||
return `${day} 星期${week},农历${lunarMonth}月${lunarDay}(当前${jieqi},${nextJieqi} )`;
|
||||
});
|
||||
|
||||
// 毒鸡汤
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
</a-col>
|
||||
</a-row>
|
||||
</a-col>
|
||||
<!-- <AdModal/>-->
|
||||
</a-row>
|
||||
</template>
|
||||
<script setup>
|
||||
@@ -74,6 +75,7 @@
|
||||
import Category from './components/echarts/category.vue';
|
||||
import Pie from './components/echarts/pie.vue';
|
||||
import Gradient from './components/echarts/gradient.vue';
|
||||
// import AdModal from './ad-modal.vue';
|
||||
|
||||
// 业绩完成百分比
|
||||
const saleTargetPercent = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user