Browse Source

fix: @/api/cas

2637309949@qq.com 5 years ago
parent
commit
251a4619d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/auth.js

+ 1 - 1
src/utils/auth.js

@@ -1,5 +1,5 @@
 import Cookies from 'js-cookie'
-import cas from '@/api/cas'
+import * as cas from '@/api/cas'
 
 const TokenKey = 'access_token'