mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-04 21:19:52 +08:00
fix(系统设置): 恢复注释内容
This commit is contained in:
parent
c6a981e965
commit
cef0258d2f
@ -94,9 +94,9 @@ export default {
|
||||
beforeCreate() {
|
||||
this.result = this.$get("/isLogin").then(response => {
|
||||
|
||||
// if (display.default !== undefined) {
|
||||
// display.default.valid(this);
|
||||
// }
|
||||
if (display.default !== undefined) {
|
||||
display.default.valid(this);
|
||||
}
|
||||
|
||||
if (!response.data.success) {
|
||||
if (response.data.message === 'sso') {
|
||||
|
Loading…
Reference in New Issue
Block a user