We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1411ac8 commit fde5482Copy full SHA for fde5482
使用说明.md
@@ -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