eslint 修复
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { getAction, deleteAction, postAction, httpAction } from '@/api/manage'
|
||||
import { getAction, deleteAction,putAction, postAction, httpAction } from '@/api/manage'
|
||||
import Vue from 'vue'
|
||||
import {UI_CACHE_DB_DICT_DATA } from '@/store/mutation-types'
|
||||
|
||||
|
||||
+1
-1
@@ -171,7 +171,7 @@ export function getFileAccessHttpUrl(avatar,subStr) {
|
||||
if(avatar && avatar.startsWith(subStr)){
|
||||
return avatar
|
||||
}else{
|
||||
if(avatar && avatar.length>0 && avatar.indexOf('[')==-1){
|
||||
if(avatar && avatar.length>0 && avatar.indexOf('[')==-1){
|
||||
return window._CONFIG['staticDomainURL'] + '/' + avatar
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user