Skip to content

Commit fde5482

Browse files
committed
chore: 更新使用说明
1 parent 1411ac8 commit fde5482

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

使用说明.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
所有内容都在`src`目录下
2+
3+
项目的接口在`api`目录下统一管理,用的时候引入该目录下对应的接口文本即可
4+
5+
```js
6+
import commonAPI from '@/api/common'
7+
8+
commonAPI.xxx({data}).then(res => console.log(res))
9+
```

0 commit comments

Comments
 (0)