Commit 0d7fc03e by shaojiawen

update:先去掉接口到期弹窗

parent 53e4e834
...@@ -80,7 +80,7 @@ export default { ...@@ -80,7 +80,7 @@ export default {
this.enterpriseId = JSON.parse(sessionStorage.getItem('userInfos') || '{}').enterpriseId; this.enterpriseId = JSON.parse(sessionStorage.getItem('userInfos') || '{}').enterpriseId;
this.$on('command', this.onCommand); this.$on('command', this.onCommand);
this.getEnterpriseSecret(); this.getEnterpriseSecret();
this.getEnterpriseOverdue(); // this.getEnterpriseOverdue();
}, },
methods: { methods: {
getEnterpriseOverdue() { getEnterpriseOverdue() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment