【fix ESLint】src/components/tools

This commit is contained in:
zhaoxiao
2023-03-06 10:05:21 +08:00
parent e60ab2b2e1
commit 516af1cb77
6 changed files with 22 additions and 23 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export default {
},
mounted () {
// 如果是单点登录模式
if (process.env.VUE_APP_SSO == 'true') {
if (process.env.VUE_APP_SSO + '' === 'true') {
const depart = this.userInfo().orgCode
if (!depart) {
this.updateCurrentDepart()