From 26bda142b0e94c07d8c349f075b5f884fe86e838 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 17 一月 2023 18:01:35 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/zshare/actionList/changeuserbutton/index.jsx | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/actionList/changeuserbutton/index.jsx b/src/tabviews/zshare/actionList/changeuserbutton/index.jsx index af7f8d7..802daaf 100644 --- a/src/tabviews/zshare/actionList/changeuserbutton/index.jsx +++ b/src/tabviews/zshare/actionList/changeuserbutton/index.jsx @@ -164,7 +164,10 @@ let _this = this let param = { - func: 'webapi_ChangeUser' + func: 'webapi_ChangeUser', + login_city: sessionStorage.getItem('city') || '', + login_id_address: sessionStorage.getItem('ipAddress') || '', + domain_name: window.btoa(window.encodeURIComponent(window.GLOB.host)), } if (this.props.BID) { -- Gitblit v1.8.0