king
2023-07-14 e2c06ae7e9bbe7cbf3c7cd4e9459d1c6c27a5bf9
Merge branch 'master' into positec
4个文件已修改
32 ■■■■■ 已修改文件
src/api/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/basetable/index.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/tabviews/custom/index.jsx 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemfunc/sidemenu/config.jsx 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/index.js
@@ -583,7 +583,7 @@
    param.lang = param.lang || sessionStorage.getItem('lang') || ''
    param.SessionUid = localStorage.getItem('SessionUid') || ''
    param.LoginUID = sessionStorage.getItem('LoginUID') || ''
    param.appkey = window.GLOB.appkey || ''
    param.appkey = param.appkey || window.GLOB.appkey || ''
    let url = '/webapi/dostars'
    if (sessionStorage.getItem('isEditState') === 'true') { // 编辑状态,单点登录服务器为云端
src/tabviews/basetable/index.jsx
@@ -56,6 +56,11 @@
      func: 'sPC_Get_LongParam',
      MenuID: MenuID
    }
    if (window.GLOB.mkHS) {
      _param.appkey = '20191106103859640976D6E924E464D029CF0'
    }
    let result = await Api.getCacheConfig(_param)
    if (result.status) {
src/tabviews/custom/index.jsx
@@ -87,6 +87,11 @@
      func: 'sPC_Get_LongParam',
      MenuID: MenuID
    }
    if (window.GLOB.mkHS) {
      _param.appkey = '20191106103859640976D6E924E464D029CF0'
    }
    let result = await Api.getCacheConfig(_param)
    if (result.status) {
src/views/systemfunc/sidemenu/config.jsx
@@ -98,36 +98,36 @@
    MenuName: '接口主数据',
  }, {
    src: '',
    PageParam: {OpenType: 'newtab', Template: 'CommonTable'},
    type: 'CommonTable',
    PageParam: {OpenType: 'newtab', Template: 'BaseTable'},
    type: 'BaseTable',
    MenuID: '1582777675954ifu05upurs465omoth7',
    MenuNo: 'KUNMainM',
    MenuName: '查询接口',
  }, {
    src: '',
    PageParam: {OpenType: 'newtab', Template: 'CommonTable'},
    type: 'CommonTable',
    PageParam: {OpenType: 'newtab', Template: 'BaseTable'},
    type: 'BaseTable',
    MenuID: '158294809668898cklbv6c5bou8e1fpu',
    MenuNo: 'KUNMainMOut_advanced',
    MenuName: '高阶查询',
  }, {
    src: '',
    PageParam: {OpenType: 'newtab', Template: 'CommonTable'},
    type: 'CommonTable',
    PageParam: {OpenType: 'newtab', Template: 'BaseTable'},
    type: 'BaseTable',
    MenuID: '1584676379094iktph45fb8imhg96bql',
    MenuNo: 'KUNMainM_Out_usual',
    MenuName: '通用查询接口',
  }, {
    src: '',
    PageParam: {OpenType: 'newtab', Template: 'CommonTable'},
    type: 'CommonTable',
    PageParam: {OpenType: 'newtab', Template: 'BaseTable'},
    type: 'BaseTable',
    MenuID: '1584695125339vo5g7iqgfn01qmrd6s2',
    MenuNo: 'KUNMainM_In_usual',
    MenuName: '通用写入接口',
  }, {
    src: '',
    PageParam: {OpenType: 'newtab', Template: 'CommonTable'},
    type: 'CommonTable',
    PageParam: {OpenType: 'newtab', Template: 'BaseTable'},
    type: 'BaseTable',
    MenuID: '1584699661372vhmpp9dn9foo0eob722',
    MenuNo: 'KUNMainM_In',
    MenuName: '写入接口',