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.

12 lines
186 B

import 看板数据编辑 from './看板数据编辑'
const methods={
'/scgl/jh/edit1':看板数据编辑()
}
const edit=(page)=>{
return {...methods[page]}
}
export default edit