2019-07-02 16:29:52 +08:00
|
|
|
# just a flag
|
|
|
|
NODE_ENV = 'production'
|
|
|
|
|
|
|
|
# base api
|
2021-12-20 11:02:55 +08:00
|
|
|
VUE_APP_BASE_API = 'https://joylink.club/jlcloud'
|
2021-12-20 10:22:17 +08:00
|
|
|
VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink'
|
2021-12-20 11:02:55 +08:00
|
|
|
VUE_APP_UPLOAD_API = 'https://joylink.club/jlfile/'
|
2021-12-20 10:22:17 +08:00
|
|
|
VUE_APP_BASE_SITE='https://joylink.club/cbtc'
|