From 13b756aa63c878d87774f346ef7652004deed1f0 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 11 八月 2022 18:33:49 +0800 Subject: [PATCH] 2022-08-11 --- public/options.json | 12 ++++++------ src/tabviews/zshare/fileupload/index.jsx | 2 +- src/templates/zshare/formconfig.jsx | 2 ++ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/public/options.json b/public/options.json index 79f67c8..d78bd0b 100644 --- a/public/options.json +++ b/public/options.json @@ -1,20 +1,20 @@ { - "appId": "201912040924165801464FF1788654BC5AC73", - "appkey": "20191106103859640976D6E924E464D029CF0", + "appId": "202108312122504607B107A83F55B40C98CCF", + "appkey": "20210831212235413F287EC3BF489424496C8", "mainSystemApi": "http://sso.mk9h.cn/cloud/webapi/dostars", "systemType": "", "externalDatabase": "false", "lineColor": "", "filter": "false", - "defaultApp": "mk", + "defaultApp": "css_wx_app", "defaultLang": "zh-CN", - "WXAppID": "wx4d8a34c8d4494872", + "WXAppID": "", "WXminiAppID": "", "debugger": false, "licenseKey": "", "probation": "", "keepPassword": "true", "platforms": ["H5", "wechat", "android", "ios", "wxMiniProgram"], - "host": "http://qingqiumarket.cn", - "service": "MKWMS/" + "host": "http://demo.mk9h.cn", + "service": "erp_new/" } \ No newline at end of file diff --git a/src/tabviews/zshare/fileupload/index.jsx b/src/tabviews/zshare/fileupload/index.jsx index ac12353..20d0e56 100644 --- a/src/tabviews/zshare/fileupload/index.jsx +++ b/src/tabviews/zshare/fileupload/index.jsx @@ -347,7 +347,7 @@ } else if (compress === 'oss') { let _param = new FormData() _param.append('multipartFile', file) - _param.append('UserID', sessionStorage.getItem('UserID') || '') + _param.append('userId', sessionStorage.getItem('UserID') || '') Api.fileOssUpload(_param).then(res => { if (res.status) { diff --git a/src/templates/zshare/formconfig.jsx b/src/templates/zshare/formconfig.jsx index 4228f90..0e784c6 100644 --- a/src/templates/zshare/formconfig.jsx +++ b/src/templates/zshare/formconfig.jsx @@ -938,6 +938,8 @@ value: 'equaltab', text: '鍒锋柊鍚岀骇鏍囩' }) + } else if (card.execSuccess === 'maingrid') { + card.execSuccess = 'grid' } if (card.OpenType === 'blank') { -- Gitblit v1.8.0