- return this.$store.state.config.srvAdrType === "test" || (this.$store.state.config.srvAdrType === "rc" && this.$store.state.config.srvAdr === "China") || (this.$store.state.config.srvAdrType === "product" && (this.$store.state.userInfo.schoolCode === "habook" || this.$store.state.userInfo.schoolCode === "hbcn" || this.$store.state.userInfo.schoolCode === "njtsjy" || this.$store.state.userInfo.schoolCode === 'ntszhxx'));
|