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

master
ynmlzdwsp 11 months ago
parent 70677674bc
commit 17ff7b6175

@ -1,7 +1,7 @@
<template> <template>
<div class="home"> <div class="home">
<h1>Welcome to the Admin Dashboard!</h1> <h1>欢迎来到后台管理界面</h1>
<p>Here, you can manage all aspects of your application.</p> <p>这里你能够管理所有的配置</p>
<div class="stats-container"> <div class="stats-container">
<div class="stat-card"> <div class="stat-card">

@ -89,7 +89,7 @@ export default {
created() { created() {
this.getPhotoTitles(); this.getPhotoTitles();
this.changePhotoTitle(); this.changePhotoTitle("公益计划");
}, },
mounted() { mounted() {

Loading…
Cancel
Save