mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
feat: 新前端
This commit is contained in:
10
frontend/src/api/index.js
Normal file
10
frontend/src/api/index.js
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
api接口的统一出口
|
||||
*/
|
||||
|
||||
import example from './example'
|
||||
|
||||
export default {
|
||||
example
|
||||
// xxxx
|
||||
}
|
||||
Reference in New Issue
Block a user