feat: login
This commit is contained in:
10
src/services/prodApi/index.ts
Normal file
10
src/services/prodApi/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// @ts-ignore
|
||||
/* eslint-disable */
|
||||
// API 更新时间:
|
||||
// API 唯一标识:
|
||||
import * as product from "./product";
|
||||
import * as category from "./category";
|
||||
export default {
|
||||
product,
|
||||
category,
|
||||
};
|
||||
Reference in New Issue
Block a user