constant.js 395 B

12345678910111213141516
  1. // 常量
  2. export default {
  3. serviceId: 9, // 对接oauth服务id
  4. authType: 90, // 菜单权限在oauth中类型id
  5. menuIds: {
  6. 'twoD': '1',
  7. 'threeD': '2',
  8. 'business': '3',
  9. 'model': '4',
  10. 'meta': '5',
  11. 'iot': '6',
  12. },
  13. oauthProxy: systemConfig.oauth_url, // oauth 地址
  14. dtbserverProxy: systemConfig.base_url // dtbserver 地址
  15. }