From 051981a2211bb86f88a6d68f2e29816f8caeac20 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 04 八月 2023 09:18:10 +0800 Subject: [PATCH] 2023-08-04 --- src/api/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index c30b55b..78eaa0d 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -839,7 +839,7 @@ } if (['sPC_Get_TableData', 'sPC_Get_TableData_debug', 'sPC_TableData_InUpDe', 'sPC_TableData_InUpDe_debug', 'sPC_Get_structured_data'].includes(param.func)) { - if (sessionStorage.getItem('isEditState') === 'true') { + if (window.GLOB.mkHS) { param.username = sessionStorage.getItem('CloudUserName') || '' param.fullname = sessionStorage.getItem('CloudFullName') || '' } else { -- Gitblit v1.8.0