| # 生产环境配置 | 
| 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/' | 
|   | 
| # 测试 | 
| # VUE_APP_API = 'https://dmtest.ahapp.net/doumeeplant_api/' | 
|   | 
| # 演示 | 
| VUE_APP_API = 'https://www.mes.red/doumeeplant/' |