You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
311 B
17 lines
311 B
|
10 months ago
|
# 页面标题
|
||
|
|
VUE_APP_TITLE = 山西省职业教育助力乡村振兴特色学校认定评审系统
|
||
|
|
|
||
|
|
# 生产环境配置
|
||
|
|
NODE_ENV = 'production'
|
||
|
|
|
||
|
|
|
||
|
|
# 大唐
|
||
|
|
VUE_APP_BASE_API = '/commen_api/'
|
||
|
|
VUE_APP_IMG_URL = '/commen_api/'
|
||
|
|
VUE_APP_API_QZURL = '/commen_api/'
|
||
|
|
|
||
|
|
# 访问路径
|
||
|
|
VUE_APP_PUBLIC_PATH = '/commen/'
|
||
|
|
|
||
|
|
|