1234567891011121314151617181920212223242526 |
- // 应用全局配置
- module.exports = {
- baseUrl: 'https://xyxt.lttc.cn/samplescan/',
- // baseUrl: 'http://10.20.70.228:8028/samplescan/',
- // 应用信息
- appInfo: {
- // 应用名称
- name: "uniapp-sample",
- // 应用版本
- version: "1.0.0",
- // 应用logo
- logo: "/static/logo.png",
- // 官方网站
- //site_url: "http://ruoyi.vip",
- // 政策协议
- // agreements: [{
- // title: "隐私政策",
- // url: "https://ruoyi.vip/protocol.html"
- // },
- // {
- // title: "用户服务协议",
- // url: "https://ruoyi.vip/protocol.html"
- // }
- // ]
- }
- }
|