zhaowei
2025-01-13 58848b1a18d29929ba84b0336860f258b913070f
1
2
3
4
5
import { getAction, deleteAction, putAction, postAction, httpAction } from '@/api/manage'
 
export default {
  getProductStructureTreeApi: () => getAction('/nc/product/load/tree')
}