src/menu/components/share/actioncomponent/formconfig.jsx
@@ -49,7 +49,7 @@ { value: 'pay', text: Formdict['model.pay'] }, { value: 'custom', text: Formdict['header.form.custom'] } ] const isApp = sessionStorage.getItem('appType') === 'pc' const isApp = ['pc', 'mob'].includes(sessionStorage.getItem('appType')) let funTypes = [ { value: 'changeuser', text: Formdict['header.form.func.changeuser'] },