35abf7c0 by renchao@pashanhoo.com

style:修改ip

1 parent 63ce3572
###
# @Description:
# @Autor: renchao
# @LastEditTime: 2023-05-12 13:23:31
# @LastEditTime: 2023-05-15 10:03:34
###
# just a flag
ENV = 'development'
......@@ -10,4 +10,4 @@ NODE_ENV=development
VUE_APP_BASE_API = '/api'
# 开发环境
VUE_APP_API_BASE_URL = 'http://192.168.2.89:8027'
VUE_APP_API_BASE_URL = 'http://192.168.2.38:8026'
......