@fonixtree/magic-design 1.0.216 → 1.0.217

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.
@@ -135,9 +135,9 @@ function (_super) {
135
135
 
136
136
  if (version === 'v1' || isNeedLogin) {
137
137
  if ((0, _commonUtil.checkLogin)(true, url)) {
138
- navigateTo(url);
138
+ (0, _commonUtil.navigateTo)(url);
139
139
  } else {
140
- navigateTo(url);
140
+ (0, _commonUtil.navigateTo)(url);
141
141
  }
142
142
  }
143
143
  };
@@ -135,9 +135,9 @@ function (_super) {
135
135
 
136
136
  if (version === 'v1' || isNeedLogin) {
137
137
  if ((0, _commonUtil.checkLogin)(true, url)) {
138
- navigateTo(url);
138
+ (0, _commonUtil.navigateTo)(url);
139
139
  } else {
140
- navigateTo(url);
140
+ (0, _commonUtil.navigateTo)(url);
141
141
  }
142
142
  }
143
143
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "1.0.216",
4
+ "version": "1.0.217",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",