UNPKG

ttk-app-core

Version:
33 lines (28 loc) 536 B
import webapi from './webapi' import logo from '../../../assets/img/logo.png' import bar from './img/bar.png' var _options = { webapi, goLogin:{ appName: 'edfx-app-login', appParams: { } }, goAfterLogin: { appName: 'edfx-app-portal', appParams: {} }, goOrgRegister:{ appName: 'edfx-app-orgregister', appParams: {} }, logo: logo, bar: bar } function config(options) { if (options) { Object.assign(_options, options) } } config.current = _options export default config