mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-05 05:29:01 +08:00
5 lines
157 B
JavaScript
5 lines
157 B
JavaScript
export const baseUrl =
|
|
process.env.NODE_ENV === 'production'
|
|
? 'https://s3.amazonaws.com/static.neostack.com/img/react-slick'
|
|
: '/img/react-slick'
|