提交阶段性预览
This commit is contained in:
7
src/types/global.d.ts
vendored
7
src/types/global.d.ts
vendored
@@ -15,7 +15,12 @@ declare global {
|
||||
visible: boolean;
|
||||
children?: Array<FieldOption>;
|
||||
}
|
||||
|
||||
/** 地图 */
|
||||
interface Window {
|
||||
_AMapSecurityConfig?: {
|
||||
securityJsCode: string;
|
||||
};
|
||||
}
|
||||
/**
|
||||
* 弹窗属性
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user