mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
feat: location-picker-editor 地图ak支持变量映射 (#8881)
Co-authored-by: jiangchunhui <jiangchunhui@baidu.com>
This commit is contained in:
parent
2de70d93fd
commit
3ef3e016a8
@ -126,8 +126,7 @@ export class LocationControlPlugin extends BasePlugin {
|
||||
rendererSchema: context?.schema,
|
||||
}),
|
||||
*/
|
||||
{
|
||||
type: 'input-text',
|
||||
getSchemaTpl('formulaControl', {
|
||||
name: 'ak',
|
||||
label: '百度地图的 AK',
|
||||
required: true,
|
||||
@ -137,7 +136,7 @@ export class LocationControlPlugin extends BasePlugin {
|
||||
},
|
||||
description:
|
||||
'请从<a href="http://lbsyun.baidu.com/" target="_blank" class="text-sm">百度地图开放平台</a>获取'
|
||||
},
|
||||
}),
|
||||
{
|
||||
type: 'select',
|
||||
name: 'coordinatesType',
|
||||
|
Loading…
Reference in New Issue
Block a user