调整服务端路径
This commit is contained in:
parent
9a55afa779
commit
9a6008f9f2
@ -7,7 +7,7 @@ NODE_ENV = 'development'
|
||||
# VUE_APP_BASE_API = 'http://192.168.3.4:9000'
|
||||
VUE_APP_BASE_API = 'http://192.168.3.6:9000'
|
||||
VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink'
|
||||
VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile'
|
||||
VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile'
|
||||
# VUE_APP_VOICE_API = 'http://192.168.8.110:9008'
|
||||
|
||||
|
||||
|
2
.env.heb
2
.env.heb
@ -5,4 +5,4 @@ VUE_APP_PRO = 'local'
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'https://joylink.club/jlcloud'
|
||||
VUE_APP_VOICE_API = 'https://joylink.club/oss/joylink'
|
||||
VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile'
|
||||
VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile'
|
||||
|
@ -5,4 +5,4 @@ VUE_APP_PRO = 'ntyl'
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'https://joylink.club/jlcloud'
|
||||
VUE_APP_VOICE_API = 'https://joylink.club/oss/joylink'
|
||||
VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile'
|
||||
VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile'
|
||||
|
@ -4,4 +4,4 @@ NODE_ENV = 'production'
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'https://api.joylink.club/jlcloud'
|
||||
VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink'
|
||||
VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile'
|
||||
VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile'
|
||||
|
@ -4,4 +4,4 @@ NODE_ENV = 'test'
|
||||
# base api
|
||||
VUE_APP_BASE_API = 'https://test.joylink.club/jlcloud'
|
||||
VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink'
|
||||
VUE_APP_UPLOAD_API = 'https://oss.joylink.club/jlfile'
|
||||
VUE_APP_UPLOAD_API = 'https://upload.joylink.club/jlfile'
|
||||
|
Loading…
Reference in New Issue
Block a user