diff --git a/src/assets/js/storageConst.js b/src/assets/js/storageConst.js
index 4cbaec7..0aef251 100644
--- a/src/assets/js/storageConst.js
+++ b/src/assets/js/storageConst.js
@@ -11,3 +11,4 @@
export const DEPT_NAME = '_dept_name_' //部门名称
export const DEPT_ID = '_dept_id_' //部门编号
export const PHONE = '_phone_' //电话号码
+export const ID = '_id_' //用户id
diff --git a/src/assets/js/storageConst.js b/src/assets/js/storageConst.js
index 4cbaec7..0aef251 100644
--- a/src/assets/js/storageConst.js
+++ b/src/assets/js/storageConst.js
@@ -11,3 +11,4 @@
export const DEPT_NAME = '_dept_name_' //部门名称
export const DEPT_ID = '_dept_id_' //部门编号
export const PHONE = '_phone_' //电话号码
+export const ID = '_id_' //用户id
diff --git a/src/page/mine/index.vue b/src/page/mine/index.vue
index 5b039ca..1101341 100644
--- a/src/page/mine/index.vue
+++ b/src/page/mine/index.vue
@@ -10,6 +10,16 @@
+
+
+ {{pushOpen=='0'?'关':'开'}}
+
+
+
@@ -18,12 +28,30 @@