mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2026-03-22 08:07:17 +08:00
默认dev的地址改成127.0.0.1
This commit is contained in:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user