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