默认dev的地址改成127.0.0.1

master
FrozenWatermelon 3 years ago
parent 37a417fcb4
commit 282b26b4dd

@ -2,7 +2,7 @@
ENV = 'development' ENV = 'development'
// api接口请求地址 // api接口请求地址
VUE_APP_BASE_API = 'http://192.168.1.17:8085' VUE_APP_BASE_API = 'http://127.0.0.1:8085'
# 静态资源文件url # 静态资源文件url
VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/' VUE_APP_RESOURCES_URL = 'https://img.mall4j.com/'

Loading…
Cancel
Save