feat: 旧版教育页面提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# just a flag
|
||||
ENV = 'development'
|
||||
|
||||
# 域名
|
||||
VUE_APP_BASE_ADDR='https://jyjf.pzhdqrmtzx.com'
|
||||
|
||||
VUE_APP_BASE_API = '/api'
|
||||
# 媒资地址
|
||||
VUE_APP_BASE_UPLOAD = 'http://zbz.yd-data.com:8864/a/material/uploadAll'
|
||||
# 媒资分片上传地址
|
||||
VUE_APP_BASE_UPLOADER='http://zbz.yd-data.com:8864/a/material/webuploaderUpload'
|
||||
# 系统传文件接口
|
||||
VUE_APP_BASE_UPLOADSYSTEM = '/api/system/common/upload'
|
||||
|
||||
# 系统不鉴权文件上传接口
|
||||
VUE_APP_BASE_UPLOAD_NO_AUTH = '/api/system/in/common/upload'
|
||||
|
||||
VUE_CLI_BABEL_TRANSPILE_MODULES = false
|
||||
Reference in New Issue
Block a user