Default.js 1.5 KB
Newer Older
liuxin committed
1 2 3 4

/**
* Office Default规则
*/
5
import Api from "~/service/Api";
liuxin committed
6 7 8 9 10
export default {

    "hotadr"                      :defaultHotadr,
    "hotdr4l"                      :defaultHotdr4l,
    "hotdr4r"                      :defaultHotdr4r,
11 12
    "hotcalc"                      :defaultHotcalc,
    "hotavi"                      :defaultHotavi,
liuxin committed
13 14
    "hotdr5l"                      :defaultHotdr5l,
    "hotdr1l"                      :defaultHotdr1l,
15
    "hotdr5r"                      :defaultHotdr5r,
liuxin committed
16
    "hotdr1r"                      :defaultHotdr1r,
17
    "hotdr6r"                      :defaultHotdr6r,
liuxin committed
18 19
    "hotdr2l"                      :defaultHotdr2l,
    "hotdr2r"                      :defaultHotdr2r,
20 21
    "dattd"                      :defaultDattd,
    "hotrat"                      :defaultHotrat,
liuxin committed
22 23 24 25 26
    "hotdr3l"                      :defaultHotdr3l,
    "hotdr3r"                      :defaultHotdr3r,
    "hotsta"                      :defaultHotsta,
    "hotstd"                      :defaultHotstd,
}
27
function defaultHotadr()
liuxin committed
28 29
{
}
30
function defaultHotdr4l()
liuxin committed
31 32
{
}
33
function defaultHotdr4r()
liuxin committed
34 35
{
}
36
function defaultHotcalc()
liuxin committed
37 38
{
}
39
function defaultHotavi()
liuxin committed
40 41
{
}
42
function defaultHotdr5l()
liuxin committed
43 44
{
}
45
function defaultHotdr1l()
liuxin committed
46 47 48 49
{
}
function defaultHotdr5r()
{
50 51 52
}
function defaultHotdr1r()
{
liuxin committed
53 54 55 56
}
function defaultHotdr6r()
{
}
57
function defaultHotdr2l()
liuxin committed
58 59
{
}
60
function defaultHotdr2r()
liuxin committed
61 62
{
}
63
function defaultDattd()
liuxin committed
64 65
{
}
66
function defaultHotrat()
liuxin committed
67 68 69 70 71 72 73 74 75 76 77 78 79 80
{
}
function defaultHotdr3l()
{
}
function defaultHotdr3r()
{
}
function defaultHotsta()
{
}
function defaultHotstd()
{
}