| # 生产环境配置  | 
| NODE_ENV = 'production'  | 
|   | 
| # 关闭DEBUG  | 
| VUE_APP_DEBUG = 'off'  | 
|   | 
| # 路由方式  | 
| VUE_APP_ROUTER_MODE = 'hash'  | 
|   | 
| # 项目上下文路径  | 
| VUE_APP_CONTEXT_PATH = '/admin'  | 
|   | 
|   | 
| # 接口前缀  | 
| VUE_APP_API_PREFIX = '/doumeeplant/'  | 
|   | 
| #测试服务器  | 
| #VUE_APP_BASE_URL = 'http://139.186.142.91:10012/'  | 
| #演示服务器  | 
| # VUE_APP_BASE_URL = 'http://121.41.112.139:10012/'  | 
|   | 
| #正式环境  | 
| #VUE_APP_BASE_URL = 'http://127.0.0.1:10012/'  | 
| #艾丽格斯 https://hsky.doumee.com/doumeeplant_api/doc.html  | 
|   | 
| # VUE_APP_BASE_URL = 'https://hsky.doumee.com/doumeeplant_api/'  | 
| # https://dmtest.ahapp.net/doumeeplant_api/doc.html  | 
| # VUE_APP_BASE_URL = 'https://dmtest.ahapp.net/doumeeplant_api/'  | 
| VUE_APP_BASE_URL = 'https://www.mes.red/doumeeplant/'  | 
| # VUE_APP_BASE_URL = 'http://192.168.0.18:10021/'  |