城阳运营端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.

10 lines
217 B

5 years ago
import Temp from './code/temp'
import RegisterInfo from './customer/customer'
5 years ago
export default {
Temp: Temp, // 代码上传——上传代码
RegisterInfo: RegisterInfo // 客户管理——客户注册信息
5 years ago
}