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
# 生产环境配置
NODE_ENV = 'production'
 
# 测试
# VUE_APP_API = 'http://139.186.142.91:10012/'
 
# 正式
# VUE_APP_API = 'http://121.41.112.139:10012/'
 
# VUE_APP_API = 'http://127.0.0.1:10012/'
 
#VUE_APP_API = 'http://127.0.0.1:10012/'
 
# VUE_APP_API = 'http://127.0.0.1:10012/'
 
# VUE_APP_API = 'http://127.0.0.1:10012/'
# VUE_APP_API = 'http://127.0.0.1:10012/'
# VUE_APP_API = 'https://hsky.doumee.com/doumeeplant_api/'
 
# 测试
<<<<<<< HEAD
<<<<<<< HEAD
# VUE_APP_API = 'https://dmtest.ahapp.net/doumeeplant_api_test/'
 
#VUE_APP_API = 'https://127.0.0.1/doumeeplant/'
=======
#VUE_APP_API = 'https://dmtest.ahapp.net/doumeeplant_api_test/'
>>>>>>> 1.0.3
=======
# VUE_APP_API = 'https://dmtest.ahapp.net/doumeeplant_api_test/'
 
#VUE_APP_API = 'https://127.0.0.1/doumeeplant/'
>>>>>>> dev
 
# 演示
VUE_APP_API = 'https://www.mes.red/api/'