eslint 修复

This commit is contained in:
fengachen
2021-09-03 20:06:59 +08:00
parent 99a46dc673
commit c6d77da29d
21 changed files with 31 additions and 43 deletions
+1 -1
View File
@@ -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
View File
@@ -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
}
}