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.
|
|
|
|
import Temp from './code/temp'
|
|
|
|
|
import RegisterInfo from './customer/customer'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
Temp: Temp, // 代码上传——上传代码
|
|
|
|
|
|
|
|
|
|
RegisterInfo: RegisterInfo // 客户管理——客户注册信息
|
|
|
|
|
|
|
|
|
|
}
|