myDialog组件重写
This commit is contained in:
@ -6,10 +6,10 @@ ENV = 'production'
|
||||
|
||||
# 若依管理系统/生产环境
|
||||
# VUE_APP_BASE_API = 'prod-api'
|
||||
VUE_APP_BASE_API = 'http://192.168.1.183:8080'
|
||||
VUE_APP_BASE_API = 'http://172.17.172.240:8080'
|
||||
|
||||
# 图片上传接口
|
||||
VUE_APP_IMAGE_API = 'http://192.168.1.183:8080/system/visualImage/upload'
|
||||
VUE_APP_IMAGE_API = 'http://172.17.172.240:8080/system/visualImage/upload'
|
||||
|
||||
# 图片上传文件夹
|
||||
VUE_APP_IMAGE_PATH ='http://192.168.1.183:8080/profile/images/'
|
||||
VUE_APP_IMAGE_PATH ='http://172.17.172.240:8080/profile/images/'
|
||||
|
Reference in New Issue
Block a user