wlzboy
5 天以前 7de1396e315896dbc72a9d54e44f77434ea90f18
app/config.js
@@ -9,17 +9,17 @@
const ENV_CONFIG = {
  // 本地开发环境
  development: {
    baseUrl: `http://${LOCAL_IP}:8080`,
    baseUrl: `https://dsp.966120.com.cn`,
    description: '本地开发环境'
  },
  // 测试环境
  test: {
    baseUrl: 'http://test.yourdomain.com',
    baseUrl: 'https://dsp.966120.com.cn',
    description: '测试环境'
  },
  // 生产环境
  production: {
    baseUrl: 'https://api.yourdomain.com',
    baseUrl: 'https://dsp.966120.com.cn',
    description: '生产环境'
  }
}
@@ -41,7 +41,7 @@
    // 应用logo
    logo: "/static/logo.png",
    // 官方网站
    site_url: "http://ruoyi.vip",
    site_url: "http://www.966120.com.cn",
    
    // 当前环境信息(仅开发时显示)
    env: CURRENT_ENV,
@@ -59,5 +59,11 @@
        url: "/pages/mine/user-agreement/index"
      }
    ]
  },
  // 功能开关
  features: {
    // 是否显示执行人“就绪”按钮
    showAssigneeReadyButton: true
  }
}