1234567891011121314151617181920212223 |
- # 开发环境配置
- ENV = 'development'
- # 智能仓储/开发环境
- VUE_APP_BASE_API = '/api'
- # VUE_APP_BASE_API_URL='http://192.168.1.175:8188/'
- VUE_APP_BASE_API_URL='https://wmswx.adprintingplus.com/'
- # VUE_APP_BASE_API_URL='http://120.79.80.64:8050/'
- # VUE_APP_BASE_API_URL='https://wmswx.adprintingplus.com/'
- VUE_APP_ACTION_URL='http://114.115.167.11:8082/api/common/uploadFile'
- VUE_APP_MESSAGE_URL='114.115.167.11:8189'
- VUE_APP_IMG_URL='https://bridge.obs.cn-north-1.myhuaweicloud.com'
- VUE_APP_TIME = 3000000
- VUE_APP_TIMETWO = 6000000
- # 路由懒加载
- VUE_CLI_BABEL_TRANSPILE_MODULES = true
-
|