|
|
@@ -55,7 +55,7 @@ export async function setLeftRightConfig(data){
|
|
|
const clientStore = client();
|
|
|
const tokenInfoStore = tokenInfo();
|
|
|
const token = tokenInfoStore.getToken;
|
|
|
- await clientStore.ipc.invoke(icpList.setting.syncActions, {
|
|
|
+ await clientStore.ipc.invoke(icpList.setting.syncSysConfigs, {
|
|
|
token: token || '',
|
|
|
action: 'update',
|
|
|
data: data
|