1 Star 1 Fork 0

Ambre/learnreact

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.roadhogrc.mock.js 371 Bytes
Copy Edit Raw Blame History
Ambre authored 7 years ago . 同步
export default {
'GET /api/getHomeInfo': (req, res) => {
res.json({
success: true,
data: [
{ key: 1, name: 'nick', age: 19 },
{ key: 2, name: 'tony', age: 20 },
{ key: 3, name: 'lili', age: 21 },
{ key: 4, name: 'lilei', age: 22 },
],
});
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dissucc/learnreact.git
git@gitee.com:dissucc/learnreact.git
dissucc
learnreact
learnreact
master

Search