后台管理系统
 
 
 
 
 

8 lines
127 B

# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = '/api'
# base imgurl
VUE_APP_IMG_URL = 'http://192.168.0.100'