@gm-mobile/mp 3.9.3-beta.26 → 3.9.3-beta.27

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gm-mobile/mp",
3
- "version": "3.9.3-beta.26",
3
+ "version": "3.9.3-beta.27",
4
4
  "description": "",
5
5
  "author": "liyatang <liyatang@qq.com>",
6
6
  "homepage": "https://github.com/gmfe/gm-mobile#readme",
@@ -21,9 +21,9 @@
21
21
  "url": "https://github.com/gmfe/gm-mobile/issues"
22
22
  },
23
23
  "dependencies": {
24
- "@gm-mobile/c-react": "^3.9.3-beta.26",
25
- "@gm-mobile/c-tool": "^3.9.3-beta.26",
26
- "@gm-mobile/locales": "^3.9.3-beta.26"
24
+ "@gm-mobile/c-react": "^3.9.3-beta.27",
25
+ "@gm-mobile/c-tool": "^3.9.3-beta.27",
26
+ "@gm-mobile/locales": "^3.9.3-beta.27"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@tarojs/components": "3.0.18",
@@ -33,5 +33,5 @@
33
33
  "prop-types": "^15.7.2",
34
34
  "react": "^16.13.1"
35
35
  },
36
- "gitHead": "6cfd23d10a214d17aba498fea4fc22d186efcf4f"
36
+ "gitHead": "08675f24d4de60a633bbae39ae57abdfe89e9d4e"
37
37
  }
@@ -124,6 +124,8 @@ export default class Router {
124
124
  // @ts-ignore
125
125
  data && delete parsed.data
126
126
  this._data[to] = data
127
+ } else {
128
+ this._data[to] = undefined
127
129
  }
128
130
  this._beforeChange(option, () => Taro.navigateTo(parsed))
129
131
  })