Blame view

ant-design-vue-jeecg/.env.development 381 Bytes
1
NODE_ENV=development
谭毅彬 authored
2
VUE_APP_ENV=development
3
outputDir=dist
4
VUE_APP_API_BASE_URL=http://localhost:8080/wms
5
VUE_APP_CAS_BASE_URL=http://172.16.29.77:8443/cas
肖超群 authored
6
7
8
VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview

# 微应用列表必须VUE_APP_SUB_开头,jeecg-app-1为子应用的项目名称,也是子应用的路由父路径
谭毅彬 authored
9
VUE_APP_SUB_jeecg-app-1 = '//localhost:8092'