开始做管理药品的后台功能

master
ynmlzdwsp 11 months ago
parent 70677674bc
commit 17ff7b6175

@ -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() {

Loading…
Cancel
Save