路泰科技体检小程序UI设计新版本
:qx
qx
2025-08-06 e3afb7ab25d2709d4e2fe8859bb23ef56b5a1360
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
// 应用全局配置
module.exports = {
    // baseUrl: 'https://ltpeis.xaltjdkj.cn:5011/ltkj-admin',
    // baseUrl: 'https://ltpeis.xaltjdkj.cn:5021',
    // baseUrl: 'http://ltpeis.xaltjdkj.cn:5801',
    baseUrl: 'http://192.168.1.113:5011',
    
  // 应用信息
  appInfo: {
    // 应用名称
    name: "ltkj-app",
    // 应用版本
    version: "5.6",
    // 应用logo
    logo: "https://ltpeis.xaltjdkj.cn:5502/static/logo1.png",
    // 官方网站
    site_url: "http://www.xaltjdkj.cn",
    // 政策协议
    agreements: [{
        title: "隐私政策",
        url: "http://baidu.com"
      },
      {
        title: "用户服务协议",
        url: "http://baidu.com"
      }
    ]
  }
}