123456789101112131415161718192021222324252627282930313233 |
- // 应用全局配置
- module.exports = {
- // baseUrl: 'https://vue.ruoyi.vip/prod-api',
- baseUrl: 'https://qszx.qs163.cn/prod-api',
- // baseUrl: 'http://192.168.3.86:8055',
- // baseUrl: 'http://192.168.101.168:8055',
- // baseUrl: 'http://192.168.101.245:8055',
- baseUrls: 'https://qszx.qs163.cn',
- Clientid:'428a8310cd442757ae699df5d894f051',//
- // https://xygl.cnzxy.cn h5链接地址
- confirmflag:false,//是否有弹窗
- // 应用信息
- appInfo: {
- // 应用名称
- name: "ruoyi-app",
- // 应用版本
- version: "1.1.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"
- }
- ]
- }
- }
|