docs: update wg-basic/page-unit
This commit is contained in:
parent
e041d9e3e0
commit
08df694515
@ -2,7 +2,7 @@
|
|||||||
title: 页面组件
|
title: 页面组件
|
||||||
description: 页面上使用的组件
|
description: 页面上使用的组件
|
||||||
published: true
|
published: true
|
||||||
date: 2021-10-21T07:55:28.816Z
|
date: 2021-10-21T08:08:00.658Z
|
||||||
tags: wg-basic
|
tags: wg-basic
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2021-09-08T06:41:19.351Z
|
dateCreated: 2021-09-08T06:41:19.351Z
|
||||||
@ -466,3 +466,8 @@ form.on('select(typeFilter)', function(data) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
# 13.url参数集合对象
|
||||||
|
```javascript
|
||||||
|
var params = top.restAjax.params(window.location.href);
|
||||||
|
var xxx = params.xxx;
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user