/**
* Busvol  Default规则
*/
import Api from "~/service/Api";
import Utils from "~/utils/index"

export default {
    "": Utils.defaultFunction,


}