sen
2025-12-18 69de43f53825f88b4494ac6ba5d19e4b7210c31d
1
2
3
4
5
6
7
8
9
10
11
const host = 'https://tmsapi.ygalogisticspark.com/api/';
//const host = 'http://61.143.42.70:7010/cwgltest-api/';
//const host = 'http://127.0.0.1:8060/';
// const host = 'https://jyjyapi.ygalogisticspark.com/api2/zhfw/api/third';
const imageUrlYL = 'http://localhost:8080';
const config = {
    host,imageUrlYL,
    title: '交控集团汇畅业财融合管理系统'
}
 
export default config;