feat: 新前端

This commit is contained in:
fit2cloud-chenyw
2021-03-03 15:06:52 +08:00
parent f5cc065301
commit f04809c638
282 changed files with 147052 additions and 0 deletions

10
frontend/src/api/index.js Normal file
View File

@@ -0,0 +1,10 @@
/**
api接口的统一出口
*/
import example from './example'
export default {
example
// xxxx
}