diff --git a/src/views/account/Center/index.vue b/src/views/account/Center/index.vue index adb4792f..dc63f735 100644 --- a/src/views/account/Center/index.vue +++ b/src/views/account/Center/index.vue @@ -114,7 +114,10 @@

修改密码

- + 安全性高的密码可以使帐号更安全。建议您定期更换密码,设置一个包含字母,符号或数字中至少两项且长度超过8位的密码 { }); }; const clickBind = (id: string) => { - window.open(`/${origin}/application/sso/${id}/login?autoCreateUser=false`); + window.open( + `${location.host}${BASE_API_PATH}/application/sso/${id}/login?autoCreateUser=false`, + ); localStorage.setItem('onBind', 'false'); localStorage.setItem('onLogin', 'yes'); window.onstorage = (e) => { diff --git a/src/views/system/Menu/Detail/BasicInfo.vue b/src/views/system/Menu/Detail/BasicInfo.vue index c1c46695..833f4b88 100644 --- a/src/views/system/Menu/Detail/BasicInfo.vue +++ b/src/views/system/Menu/Detail/BasicInfo.vue @@ -362,6 +362,7 @@ const form = reactive({ ? '支持' : '间接控制', }, + owner: 'iot', }; api(params) .then((resp: any) => {