12345678910111213141516171819 |
- # 页面标题
- VUE_APP_TITLE = 一七管理系统
- # 开发环境配置
- ENV = 'development'
- VUE_APP_BASE_API_HOST = 'http://192.168.1.114:9801'
- VUE_APP_BASE_API = 'http://192.168.1.114:9801'
- #VUE_APP_BASE_API_HOST = 'http://139.224.65.227:8091/prod-api'
- #VUE_APP_BASE_API = 'http://139.224.65.227:8091/prod-api'
- # VUE_APP_BASE_API_HOST = 'http://192.168.5.247:9801/'
- # VUE_APP_BASE_API = 'http://192.168.5.247:9801/'
- 系统管理费率
- # 路由懒加载
- VUE_CLI_BABEL_TRANSPILE_MODULES = true
- port=9900
|