1234567891011121314151617 |
- // SkyScenery插件配置
- const SkySceneryConfig = {
- userName: "user001",
- password: "1234567890",
- authUrl: 'http://121.43.55.7:10086/oauth',
- };
- const systemConfig = {
- // 中心点经纬度
- center: {
- lon: 112.52475547556074,
- lat: 37.86090299387082
- },
- };
|