refactor: http interceptors

This commit is contained in:
张传龙
2022-09-24 15:27:26 +08:00
parent 8806a6cb43
commit 2d879d0592
3 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,4 @@
import { useUserStore } from '@/store'
import { isNullOrUndef } from '@/utils'
export function addBaseParams(params) {
if (!params.userId) {