城阳运营端pc前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
623 B

5 years ago
import Temp from './code/temp'
5 years ago
import CommitCode from './code/commitCode'
import OperHistory from './code/operHistory'
5 years ago
import Category from './code/category'
import RegisterInfo from './customer/customer'
5 years ago
export default {
5 years ago
Temp: Temp, // 代码上传——模板list
CommitCodeList: CommitCode['list'], // 代码上传——已上传的代码列表
CommitCodeForm: CommitCode['form'], // 代码上传——代码form
OperHistory: OperHistory, // 代码上传——操作历史
5 years ago
Category: Category, // 代码上传——审核项——类目
RegisterInfo: RegisterInfo // 客户管理——客户注册信息
5 years ago
}