[更新]基础框架,登录流程
This commit is contained in:
13
apis/interfaces/public.js
Normal file
13
apis/interfaces/public.js
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
/*
|
||||
* 全局通用接口
|
||||
*/
|
||||
import {req} from "../request"
|
||||
|
||||
const richText = (key) => req({url: "single/" + key, data: {key: "string"}}) //富文本
|
||||
const getStatus = (key) => req({url: "ajax/status/" + key}) //状态查询
|
||||
|
||||
export default({
|
||||
richText,
|
||||
getStatus
|
||||
})
|
||||
Reference in New Issue
Block a user