默认dev的地址改成127.0.0.1

This commit is contained in:
FrozenWatermelon
2023-02-21 11:08:32 +08:00
parent 37a417fcb4
commit 282b26b4dd

View File

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