update system settings

This commit is contained in:
2023-12-26 22:37:41 +08:00
parent 0903b040af
commit bf741a6145
13 changed files with 772 additions and 365 deletions

View File

@@ -9,7 +9,7 @@
<InfoCard v-if="this.infoData.urlListNum && this.infoData.name1 && this.infoData.icon1" :info="this.infoData.urlListNum" :name="this.infoData.name1" :icon="this.infoData.icon1"></InfoCard>
<InfoCard v-if="this.infoData.cateNum && this.infoData.name2 && this.infoData.icon2" :info="this.infoData.cateNum" :name="this.infoData.name2" :icon="this.infoData.icon2" style="margin-left: 10px"></InfoCard>
</div>
<!-- <HomeEChart style="margin-left: 40px"></HomeEChart>-->
</div>
</div>
</div>
@@ -17,13 +17,12 @@
<script>
import PersonalInfoCard from "@/components/setting/home/PersonalInfoCard.vue";
import InfoCard from "@/components/setting/home/InfoCard.vue";
import HomeEChart from "@/components/setting/home/HomeEChart.vue";
import axios from "axios";
import Vue from "vue";
export default {
name: "PersonalHomePage",
components: {HomeEChart, InfoCard, PersonalInfoCard},
components: { InfoCard, PersonalInfoCard},
data() {
return {
infoData:{