‘通用图片处理’

This commit is contained in:
2021-09-25 14:08:24 +08:00
parent ed4c0492fb
commit 1a2ecf43c7
3 changed files with 15 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ import store from '@/store'
// 基础配置
const config = {
apiUrl : 'http://api.ahxh.shangkelian.cn/api/',
apiUrls : 'http://api.ahxh.shangkelian.cn',
timeout : 60000
}
@@ -154,5 +155,6 @@ const loginHint = () => {
export {
request,
uploading
uploading,
config
}