97f9e0db by renchao@pashanhoo.com

style:上报

1 parent 814a81da
1 ### 1 ###
2 # @Description: 2 # @Description:
3 # @Autor: renchao 3 # @Autor: renchao
4 # @LastEditTime: 2023-05-06 15:55:04 4 # @LastEditTime: 2023-05-06 16:39:50
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:8027'
......