state.js 760 Bytes
module.exports = {
  title: '医链云',
  recordNumber: '京ICP备2024044205号-1',
  filingTime: '20024-2025',
  company: '北京传世博润科技有限公司',

  isShowMenuSupplier:false,
  
  area: {},

  user: {
    userId: '',
    userName: '',
    token: '',
    source: '',
    userType:'',
    curUser:{},
    curMenuRole:{},
    showMenu:'N',// 供应商端是否显示资源菜单,默认不显示
  },
  show_process: '/einfor',
  imgbox:[
  {img:'https://fengyuanchen.github.io/viewer/img/thumbnails/tibet-2.jpg',txt:'2'},
  {img:'https://fengyuanchen.github.io/viewer/img/thumbnails/tibet-1.jpg',txt:'1'}
  ],
  navtit:'',
  nav2tit:'',
  nav2url:'',
  nav3tit:'',
  nav3url:'',
  contS:'',
  showMeun:false,
  opens:'open',
  $billType:'',
};