import request from '@/utils/request' // 初始化内容 export function Init (data) { return request({ url: '/ywbl/dyaq/Init', method: 'post', data }) }