From d554219390c8a33bc91921d459b37ecbce323062 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Mon, 19 Jul 2021 17:26:21 +0800
Subject: [PATCH] 主页注册量 对接数据

---
 src/api/home/home.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/api/home/home.js b/src/api/home/home.js
index ea7b5a6..281b0b9 100644
--- a/src/api/home/home.js
+++ b/src/api/home/home.js
@@ -1,8 +1,8 @@
 import request from '@/router/axios';
 
-export const startList = () => {
+export const getList = () => {
   return request({
     url: '/api/blade-user/getUserRegisterStatisticsData',
-    method: 'get',
+    method: 'get'
   })
 }
\ No newline at end of file

--
Gitblit v1.9.3