123456789101112131415161718192021222324252627282930313233343536 |
- // 应用全局配置
- module.exports = {
- // baseUrl: 'http://api-security.byants.com',
- // baseUrlImg:'http://security.byants.com/static/appimg',
- // baseUrl: 'http://112.19.80.230',
- // baseUrl:'https://byant.jujutong.cloud',
- // baseUrlImg: 'https://byant.jujutong.cloud/static/appimg',
- // baseUrl: 'https://ggfw.ybxfjy.com',
- // baseUrlImg: 'https://ggfw.ybxfjy.com/static/appimg',
- baseUrl: 'http://8.142.173.95:48081',
- baseUrlImg:'http://byant.jujutong.cloud/static/appimg',
- // baseUrl:'http://api-security.byants.com/app-api/s9/task/self-page',
- // baseUrl: 'http://127.0.0.1:4523/m1/2188954-0-default',
- // baseUrl: 'https://mock.apifox.cn/m1/2188954-0-default',
- // baseApi: '/admin-api',
- baseApi: '',
- // 应用信息
- appInfo: {
- // 应用名称
- name: "yudao-app",
- // 应用版本
- version: "1.0.0",
- // 应用logo
- logo: "/static/logo.png",
- // 官方网站
- site_url: "https://iocoder.cn",
- // 政策协议
- agreements: [{
- title: "隐私政策",
- url: "https://iocoder.cn"
- }, {
- title: "用户服务协议",
- url: "https://iocoder.cn"
- }]
- }
- }
|