diff --git a/README.md b/README.md index 16a2518..d467298 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@
-
+
-
+
diff --git a/src/router/axios.js b/src/router/axios.js
index fd85314..ef302f7 100644
--- a/src/router/axios.js
+++ b/src/router/axios.js
@@ -15,6 +15,7 @@ import website from '@/config/website';
import NProgress from 'nprogress' // progress bar
import 'nprogress/nprogress.css' // progress bar style
import {Base64} from 'js-base64';
+import crypto from "@/util/crypto";
axios.defaults.timeout = 10000;
//返回其他状态吗
diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue
index e477ad1..c9d16b4 100644
--- a/src/views/wel/index.vue
+++ b/src/views/wel/index.vue
@@ -3,10 +3,10 @@
-
+
-
+
@@ -125,6 +125,16 @@