diff --git a/api/member.js b/api/member.js
index 400aba0..f2ccebc 100644
--- a/api/member.js
+++ b/api/member.js
@@ -86,7 +86,7 @@ class Member {
*/
static uploadImage(data) {
- return server.uploadFile(`/uploadImage`,data);
+ return server.uploadFile(`/uploadImage`,data,{loading:false});
}
// 页面底部信息
diff --git a/element/index.js b/element/index.js
index 95bac85..0a11747 100644
--- a/element/index.js
+++ b/element/index.js
@@ -1,6 +1,6 @@
// 导入自己需要的组件
-import { Slider,Steps,Step,Select,Option } from 'element-ui'
-const components = [Slider,Steps,Step,Select,Option]
+import { Slider,Progress,Steps,Step,Select,Option } from 'element-ui'
+const components = [Slider,Progress,Steps,Step,Select,Option]
const element = {
install: function (Vue) {
// Vue.use(Slider)
diff --git a/pages/auth/certification.vue b/pages/auth/certification.vue
index 9d6fbcb..1a29ccf 100644
--- a/pages/auth/certification.vue
+++ b/pages/auth/certification.vue
@@ -76,7 +76,7 @@