siteFront/config/config.js

7 lines
162 B
JavaScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
const config = {
siteName: '重庆枢纽港产业园',
baseUrl: 'http://apil.cqtlcm.com/api',
2024-11-26 22:36:36 +08:00
logo: 'http://static.cqtlcm.com/lh.png'
2024-11-05 10:07:15 +08:00
}
export default config;