diff --git a/pageMy/federation/vip/information.vue b/pageMy/federation/vip/information.vue
index 7ee6c1b..9310c75 100644
--- a/pageMy/federation/vip/information.vue
+++ b/pageMy/federation/vip/information.vue
@@ -50,7 +50,7 @@
},
components:{uniMask},
onLoad() {
- this.labourUnionInfoInit()
+ // this.labourUnionInfoInit()
},
methods: {
dateFormat,
diff --git a/pageMy/setUserBase/index.vue b/pageMy/setUserBase/index.vue
index e6d4e86..8759af1 100644
--- a/pageMy/setUserBase/index.vue
+++ b/pageMy/setUserBase/index.vue
@@ -109,7 +109,7 @@
};
},
onLoad() {
- this.$store.dispatch('setAutograph')
+ // this.$store.dispatch('setAutograph')
},
computed: {
...mapGetters(['auth', 'authInfo', 'autograph']),
diff --git a/pageMy/setUserBase/seal/setSealPassword.vue b/pageMy/setUserBase/seal/setSealPassword.vue
index 00ab8a3..e85bfdd 100644
--- a/pageMy/setUserBase/seal/setSealPassword.vue
+++ b/pageMy/setUserBase/seal/setSealPassword.vue
@@ -38,7 +38,7 @@
const that = this
signGather(this.sealSrc,this.password,this.newPassword).then(res => {
that.loading = false
- that.$store.dispatch('setAutograph')
+ // that.$store.dispatch('setAutograph')
if (this.path) {
uni.navigateBack({
url: this.path
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 8bd4c20..31cdedc 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -148,7 +148,6 @@
import companyList from '@/components/companyList/companyList.vue';
import policyContent from '../user/policyContent.vue'
import {
- labourUnionInfo,
labourUnionDetail
} from '@/api/federation.js'
import {
diff --git a/pages/my/my.vue b/pages/my/my.vue
index f92c473..5960eda 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -34,12 +34,12 @@
-
-
+
+
@@ -113,7 +113,7 @@
uni.$emit('newsReadChange')
this.$store.dispatch('refreshAuthState')
}
- this.labourUnionInfoInit()
+ // this.labourUnionInfoInit()
},
methods: {
labourUnionInfoInit(){
diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue
index 941ed68..7e66c1d 100644
--- a/pages/projectInfo/projectInfo.vue
+++ b/pages/projectInfo/projectInfo.vue
@@ -169,7 +169,7 @@
},
components: {uniMask,validCode},
onLoad: function(option) { //option为object类型,会序列化上个页面传递的参数
- this.$store.dispatch('setAutograph')
+ // this.$store.dispatch('setAutograph')
if (option.missionNo) {
this.missionNo = decodeURIComponent(option.missionNo);
}
diff --git a/pages/projectInfo/step/three.vue b/pages/projectInfo/step/three.vue
index 209af8c..b0d9771 100644
--- a/pages/projectInfo/step/three.vue
+++ b/pages/projectInfo/step/three.vue
@@ -43,7 +43,7 @@
}
},
mounted() {
- this.$store.dispatch('setAutograph')
+ // this.$store.dispatch('setAutograph')
},
methods: {
goAgreement (url) {