|
@@ -45,9 +45,9 @@ export default {
|
|
|
created() {},
|
|
|
computed: {
|
|
|
...mapState(['user']),
|
|
|
- is_allowed() {
|
|
|
- return JSON.parse(sessionStorage.getItem('is_allowed'));
|
|
|
- },
|
|
|
+ // is_allowed() {
|
|
|
+ // return JSON.parse(sessionStorage.getItem('is_allowed'));
|
|
|
+ // },
|
|
|
},
|
|
|
methods: {
|
|
|
...mapActions(['corpOperation']),
|
|
@@ -63,7 +63,7 @@ export default {
|
|
|
this.$router.push({ path: '/info/base/index' });
|
|
|
return;
|
|
|
}
|
|
|
- sessionStorage.setItem('is_allowed', true);
|
|
|
+ // sessionStorage.setItem('is_allowed', true);
|
|
|
if (!this.$isBindWx()) this.dialog = true;
|
|
|
},
|
|
|
toLogin() {
|