@ -1,7 +1,7 @@
<template>
<div class="home">
<h1>Welcome to the Admin Dashboard!</h1>
<p>Here, you can manage all aspects of your application.</p>
<h1>欢迎来到后台管理界面</h1>
<p>这里,你能够管理所有的配置</p>
<div class="stats-container">
<div class="stat-card">
@ -89,7 +89,7 @@ export default {
created() {
this.getPhotoTitles();
this.changePhotoTitle();
this.changePhotoTitle("公益计划");
},
mounted() {