Browse Source

引入解密

jwyu 3 years ago
parent
commit
70fbaf8a1a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/api/http.js

+ 1 - 0
src/api/http.js

@@ -2,6 +2,7 @@
 import axios from "axios";
 import store from '@/store'
 import { ElMessage } from 'element-plus'
+import CryptoJS from './crypto'
 
 // Full config:  https://github.com/axios/axios#request-config
 // axios.defaults.baseURL = process.env.baseURL || process.env.apiUrl || '';