公告板
版本库
filestore
活动
搜索
登录
foundation
/
designer.approve.2
流程设计器/查看器(Vue2)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化
zhuoyuan.wang
2024-06-19
15ebe96f28cadec6a726c5324593a40bbf56205f
[foundation/designer.approve.2.git]
/
src
/
api
/
page.js
1
2
3
4
5
6
7
8
9
10
11
12
import {request} from '@/plugins';
const getPage = (data) => request({
url: '/root/client/getPage',
method: 'post',
data
});
export default {
getPage
}