35abf7c0 by renchao@pashanhoo.com

style:修改ip

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