mod: 文件名模块修改

This commit is contained in:
张传龙
2022-04-11 22:12:00 +08:00
parent b3aa8147b1
commit 8c1191ece2
4 changed files with 21 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
import { router } from '@/router'
import { getToken, removeToken } from '@/utils/token'
import { isWithoutToken } from './help'
import { isWithoutToken } from './helpers'
export function setupInterceptor(service) {
service.interceptors.request.use(