mm_os 1.5.1 → 1.5.2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -235,7 +235,7 @@ Soa.prototype.before = async function(state) {
235
235
  * @param {String} state 状态
236
236
  */
237
237
  Soa.prototype.after = async function(state) {
238
- this.app.run();
238
+ this.app.runApp();
239
239
  };
240
240
 
241
241
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {