mm_os 2.7.2 → 2.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,6 +19,8 @@
19
19
  "template": "./component.html",
20
20
  // 状态, 0为未开启 1为开启
21
21
  "state": 1,
22
+ // 配置
23
+ "options": [],
22
24
  // 定位 由后台指定的展示位置
23
25
  "location": [{
24
26
  "page": "/admin/index",
@@ -38,6 +38,8 @@ class Drive extends Item {
38
38
  "template": "./component.html",
39
39
  // 状态, 0为未开启 1为开启
40
40
  "state": 1,
41
+ // 配置
42
+ "options": [],
41
43
  // 定位 由后台指定的展示位置
42
44
  "location": []
43
45
  }
@@ -69,6 +71,8 @@ Drive.prototype.model = function() {
69
71
  "template": "./component.html",
70
72
  // 状态, 0为未开启 1为开启
71
73
  "state": 1,
74
+ // 配置
75
+ "options": [],
72
76
  // 定位 由后台指定的展示位置
73
77
  "location": [{
74
78
  "page": "/admin/index",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "2.7.2",
3
+ "version": "2.7.3",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {