From 03ff997815410d62a0f97bc4b74ef6f9ab5c1226 Mon Sep 17 00:00:00 2001 From: paperhsiaooo Date: Sat, 11 Nov 2023 14:17:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BB=BA=E7=AB=8B=E7=8D=B2=E5=8F=96?= =?UTF-8?q?=E5=BB=B3=E9=A4=A8=E8=B3=87=E6=96=99=E6=8C=89=E9=88=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/about/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/pages/about/index.js b/src/pages/about/index.js index c49bcbb..90f4051 100644 --- a/src/pages/about/index.js +++ b/src/pages/about/index.js @@ -2,6 +2,13 @@ import { Button, Stack } from '@mui/material' import React from 'react' function About() { + function getActivtyData() { + let fetchData = null + const data = fetch('http://localhost:3001/api/hello', { hallId: '1' }) + .then(res => res.json()) + .then(data => console.log(data)) + } + const handleEmailClick = () => { console.log('handleEmailClick!'); } @@ -12,6 +19,7 @@ function About() { return ( +