# 页面标题 VUE_APP_TITLE = 后台管理系统 # 开发环境配置 ENV = 'development' # 管理系统/开发环境 VUE_APP_BASE_API = '/dev-api' # 路由懒加载 VUE_CLI_BABEL_TRANSPILE_MODULES = true # # #数据引擎模块IP # VUE_APP_BASE_API2 = 'http://192.168.110.76:8099/' # # #表单引擎模块IP # VUE_APP_BASE_API3 = 'http://192.168.110.76:8088/' # # #流程引擎模块IP # VUE_APP_BASE_API4 = 'http://192.168.110.76:8055/' # VUE_APP_BASE_API2 = 'http://192.168.110.59:8099/' # VUE_APP_BASE_API3 = 'http://192.168.110.59:8088/' # VUE_APP_BASE_API4 = 'http://192.168.110.59:8055/' # VUE_APP_BASE_API2 = 'http://192.168.110.83:8099/' # VUE_APP_BASE_API3 = 'http://192.168.110.83:8088/' # VUE_APP_BASE_API4 = 'http://192.168.110.83:8055/' VUE_APP_BASE_API2 = 'http://175.27.169.173:8099/' # VUE_APP_BASE_API3 = 'http://175.27.169.173:8088/' VUE_APP_BASE_API3 = 'http://192.168.10.3:8088/' VUE_APP_BASE_API4 = 'http://175.27.169.173:8055/' # VUE_APP_BASE_API = 'http://62.234.61.92:8099/' # VUE_APP_BASE_API2 = 'http://62.234.61.92:8099/' # VUE_APP_BASE_API3 = 'http://62.234.61.92:8088/' # VUE_APP_BASE_API4 = 'http://62.234.61.92:8055/' # VUE_APP_BASE_IMG_API = 'http://62.234.61.92:1101/dev-api'