Default.js 900 Bytes
Newer Older
jianglong committed
1 2

/**
3 4
 * Sptneg Default规则
 */
jianglong committed
5 6 7 8 9 10 11 12 13
import Api from "~/service/Api";
import Utils from "~/utils/index"

export default {
    "usfmod.usr.extkey"                      :Utils.defaultFunction,
    "usfmod.selusg"                      :Utils.defaultFunction,
    "usfmod.selusgset"                      :Utils.defaultFunction,
    "usfmod.flt"                      :Utils.defaultFunction,
    "sptstm"                      :Utils.defaultFunction,
14
    "sptp.ord.inr"                      :Utils.defaultFunction,
jianglong committed
15
    "chkrim"                      :Utils.defaultFunction,
16
    "sptp.ord.extkey"                      :Utils.defaultFunction,
jianglong committed
17 18 19 20 21 22
    "chkaut"                      :Utils.defaultFunction,
    "chkinc"                      :Utils.defaultFunction,
    "chkpen"                      :Utils.defaultFunction,
    "chkcor"                      :Utils.defaultFunction,
}
//你可以添加自动default处理