ENV = 'production' # 如果使用 Nginx 代理后端接口,那么此处需要改为 '/',文件查看 Docker 部署篇,Nginx 配置 # 接口地址,注意协议,如果你没有配置 ssl,需要将 https 改为 http # 如果接口是 http 形式, wss 需要改为 ws # 山西柳林安泰洗煤边坡 ------------------------ VUE_APP_BASE_API = 'http://192.168.26.8:9045' VUE_APP_LOCAL_API = 'http://192.168.26.8:9001' # 冯克贞 ------------------------ #VUE_APP_BASE_API = 'http://192.168.27.147:9045' #VUE_APP_LOCAL_API = 'http://192.168.27.147:9001' # 山西柳林 ------------------------ #VUE_APP_BASE_API = 'http://192.168.1.10:9045' #VUE_APP_LOCAL_API = 'http://192.168.1.10:9001' # 线上环境 -------------------------- #VUE_APP_BASE_API = 'http://8.142.46.126:9045' #VUE_APP_LOCAL_API = 'http://8.142.46.126:9000' #VUE_APP_BASE_API = 'http://192.168.4.61:9046' #VUE_APP_LOCAL_API = 'http://192.168.4.61:9001' #VUE_APP_LOCAL_API = 'http://192.168.4.61:9000' #VUE_APP_LOCAL_API2 = 'http://192.168.4.61:9000' #VUE_APP_LOCAL_b3dms = 'http://192.168.1.3:8045'