Default.js 1.32 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

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

export default {
    "usfmod.usr.extkey"                      :Utils.defaultFunction,
    "usfmod.flt"                      :Utils.defaultFunction,
    "chkinc"                      :Utils.defaultFunction,
    "usfmod.selusg"                      :Utils.defaultFunction,
    "usfmod.selusgset"                      :Utils.defaultFunction,
    "chkaut"                      :Utils.defaultFunction,
    "inidatfro"                      :Utils.defaultFunction,
    "selobj"                      :Utils.defaultFunction,
    "chkdzt"                      :Utils.defaultFunction,
    "incpay"                      :Utils.defaultFunction,
    "chkpen"                      :Utils.defaultFunction,
    "seltxt"                      :Utils.defaultFunction,
    "sptstm"                      :Utils.defaultFunction,
    "outpay"                      :Utils.defaultFunction,
    "chkeco"                      :Utils.defaultFunction,
    "chkcan"                      :Utils.defaultFunction,
    "chkbat"                      :Utils.defaultFunction,
    "ecpay"                      :Utils.defaultFunction,
    "inidattil"                      :Utils.defaultFunction,
    "chkcor"                      :Utils.defaultFunction,
}
//你可以添加自动default处理