W72crm_web-master/src/config.js

15 lines
242 B
JavaScript
Raw Normal View History

2025-05-27 11:25:53 +08:00
const getLocationOrigin = () => {
return 'http://localhost:55665'
}
2025-08-21 09:10:27 +08:00
const companyName = '金财云联CRM'
2025-05-27 11:25:53 +08:00
const version = 'V11.3.3'
const baiduKey = '百度key'
export default {
version,
companyName,
getLocationOrigin,
baiduKey
}