【fix ESLint】src/components/tools
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user