zhongrj
2026-06-02 0299e41c6692684d943b4a206472a86ea84ea4b5
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
31
32
33
34
35
36
37
38
39
40
41
42
43
/**
 * 全局配置文件
 */
 
var fistPage = {
    label: "首页",
    value: "/layout/home",
    params: {},
    query: {},
    meta: {
        i18n: 'dashboard'
    },
    group: [],
    close: false
}
 
export default {
    title: "保安员考试大屏",
    logo: "S",
    key: 'saber',
    indexTitle: '保安员考试大屏',
    clientId: 'saber',
    clientSecret: 'saber_secret',
    tenantMode: true,
    tenantId: "000000",
    captchaMode: false,
    lockPage: '/lock',
    tokenTime: 3000,
    tokenHeader: 'Blade-Auth',
    statusWhiteList: [],
    isFirstPage: false,
    fistPage: fistPage,
    menu: {
        iconDefault: 'iconfont icon-caidan',
        props: {
            label: 'name',
            path: 'path',
            icon: 'source',
            children: 'children'
        }
    },
    authUrl: 'http://localhost/blade-auth/oauth/render',
}