You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.3 KiB
JavaScript

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

module.exports = {
/**
* @description 系统标题,icon
*/
title: "欣影大数据",
logo: "http://www.huatek.com/imgs/home_logo.png",
/**
* @type {boolean} true | false
* @description 是否固定导航栏到顶部
*/
fixedHeader: true,
/**
* @type {boolean} true | false
* @description 是否显示logo
*/
sidebarLogo: true,
/**
* 是否使用阿里云OSS文件存储
*/
OSSConfig: {
// accessKeyId: "LTAILVNVeJZkF4PV",
// accessKeySecret: "YKBrFuyEQQJBXRklt4kIVS3vwS5q4U",
// region: "huatek-oss.oss-cn-beijing.aliyuncs.com",
// bucket: "huatek-oss",
},
InfraredPic: "http://192.168.135.81:88",
/**
* 配置系统API地址
*/
API: {
development: {
// VUE_APP_API_URL: 'http://172.16.12.215:7000',//佳佳
// VUE_APP_API_URL: 'http://172.16.12.81:7000',//定海
VUE_APP_API_URL: "/jkpg-api",
// VUE_APP_API_URL: 'http://172.16.12.226:7000',
// VUE_APP_API_URL: 'http://222.90.232.142:8171/prod-api',
// VUE_APP_API_URL: 'http://192.168.1.22:8084',
// VUE_APP_API_URL: 'http://172.16.12.81:7000',
// VUE_APP_API_URL: 'http://192.168.161.183:7000',
// VUE_APP_API_URL: 'http://192.168.128.86:7000'
// VUE_APP_API_URL: 'http://127.0.0.1:8084/frame-base-control',
// VUE_APP_API_URL_TOW: 'http://127.0.0.1:8080/busi-back-control'
},
production: {
//h后台代码的访问接口
// VUE_APP_API_URL: 'http://10.78.34.40:8085'
// 测试环境
// VUE_APP_API_URL: 'http://222.90.232.142:8171/prod-api',
// 本地调试
// VUE_APP_API_URL: 'http://127.0.0.1:7000',
// 宜兴
//VUE_APP_API_URL: "http://192.168.1.22:8084",
VUE_APP_API_URL: "/jkpg-api",
//中广核
// VUE_APP_API_URL: 'http://192.168.1.47:8080',
//欣影
// VUE_APP_API_URL: 'http://192.168.1.188:8084',
//仙居
// VUE_APP_API_URL: 'http://192.168.1.12:7000',
//
// VUE_APP_API_URL: 'http://192.168.1.161:8088',
//黑麋峰
// VUE_APP_API_URL: 'http://192.168.1.11:8080',
//桐柏
// VUE_APP_API_URL: 'http://192.168.1.15:8080',
//洪屏
// VUE_APP_API_URL: 'http://192.168.1.12:7000',
// VUE_APP_API_URL: 'http://192.168.128.25:8084',
},
test: {
VUE_APP_API_URL: "http://192.168.1.161:8088",
},
},
};