@yoooloo42/joker 1.0.199 → 1.0.200
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/dist/index.cjs.js +6 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -22127,10 +22127,14 @@ function navigate(_ref4) {
|
|
|
22127
22127
|
window.location.href = path;
|
|
22128
22128
|
} else if (code === '1') {
|
|
22129
22129
|
// VUE路由
|
|
22130
|
-
router.push(
|
|
22130
|
+
router.push({
|
|
22131
|
+
path
|
|
22132
|
+
});
|
|
22131
22133
|
} else {
|
|
22132
22134
|
// 默认VUE路由
|
|
22133
|
-
router.push(
|
|
22135
|
+
router.push({
|
|
22136
|
+
path
|
|
22137
|
+
});
|
|
22134
22138
|
}
|
|
22135
22139
|
}
|
|
22136
22140
|
var ly0request = {
|