wujingjing
2025-01-16 f1360cc184810c1458af6577b9e43f32aca7b24d
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
44
45
46
47
48
49
50
window.globalConfig = {
    // 项目名称
    Name: 'WI水务智能',
    // 项目版本号
    Version: '1.0.0242',
    // 网站备案号
    ICPLicense: '沪ICP备14049296号-2',
 
    WebApiUrl: {
        MainUrl: 'https://widev.cpolar.top/ai_dev_chengtou/',
        AuthUrl: 'http://47.100.245.85:8190/',
        // 真实访问的生成环境链接地址
        MobileProdShareRealUrl: 'https://wi.beng35.com/mobile/chengtou',
        // 真实访问的测试环境链接地址
        MobileTestShareRealUrl: 'https://wi.beng35.com/mobile/chengtou',
        SSEUrl: 'https://widev.cpolar.top/sse/chat/connect_broadcast_chat',
 
        // 分享链接
        ShareUrl: 'share/index.html',
    },
    SoftWareInfo: {
        // 网站主标题(菜单导航、浏览器当前网页标题)
        globalTitle: 'WI水务智能',
        // 网站副标题(登录页顶部文字)
        globalViceTitle: 'WI水务智能',
        // 网站副标题(登录页顶部文字)
        globalViceTitleMsg: '拉瓦锡卡文智能科技有限公司',
        // tab 页 icon
        favicon: './favicon.ico',
 
        // 登录左侧 logo
        logoMini: './static/images/logo/logoWithNoName.png',
        // 登录左侧图片
        loginMain: './static/images/login/login-main.svg',
        // 登录背景
        loginBg: './static/images/login/login-bg.svg',
 
        // 主页面左上 logo
        logoTopMenu: './static/images/logo/logo-mini-white.svg',
    },
    // 对接权限系统相关
    Auth: {
        // 登录软件编码
        SoftWareCode: 'Istation_web_demo',
 
        // 登录信息
        Message: '',
    },
    Mode: 'prod',
};