bug
jiangping
2023-11-07 64b432916af9c9218ab3f3eca614e26c542142ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 开发环境配置
NODE_ENV = 'development'
 
# 测试服务器
# VUE_APP_API = 'http://139.186.142.91:10012/'
 
# VUE_APP_API = 'https://www.mes.red/doumeeplant/'
 
# 正式服务器
# VUE_APP_API = 'https://106.14.220.133:10012/'
 
# 萍姐本地
<<<<<<< HEAD
<<<<<<< HEAD
#  VUE_APP_API = 'http://192.168.3.219:10021/'
=======
 VUE_APP_API = 'http://192.168.3.219:10021/'
>>>>>>> 89d77a7cd7285feda993bffec2513892f8bd355f
=======
#  VUE_APP_API = 'http://192.168.3.219:10021/'
>>>>>>> 1.0.3
 
# 任康本地
# VUE_APP_API = 'http://192.168.0.15:10021/'
# VUE_APP_API = 'http://192.168.0.127:10021/'
 
<<<<<<< HEAD
<<<<<<< HEAD
VUE_APP_API = 'https://dmtest.ahapp.net/doumeeplant_api_test/'
=======
#VUE_APP_API = 'https://dmtest.ahapp.net/doumeeplant_api/'
>>>>>>> 89d77a7cd7285feda993bffec2513892f8bd355f
=======
VUE_APP_API = 'https://dmtest.ahapp.net/doumeeplant_api_test/'
>>>>>>> 1.0.3
 
# VUE_APP_API = 'http://192.168.0.13:10012/'
 
# VUE_APP_API = 'http://192.168.0.15:10021/'
 
# 刘磊磊
# VUE_APP_API = 'http://192.168.0.18:10012/'