@okiss/oms 0.0.54 → 0.0.55
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.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3698,7 +3698,7 @@ const Bo = /* @__PURE__ */ $(Co, [["render", To]]), Oo = {
|
|
|
3698
3698
|
getTo(e) {
|
|
3699
3699
|
try {
|
|
3700
3700
|
const t = this.$router.resolve(e.redirect ? e.redirect : e);
|
|
3701
|
-
return re.remove("table_filter:" + t.
|
|
3701
|
+
return re.remove("table_filter:" + t.path), t.fullPath;
|
|
3702
3702
|
} catch {
|
|
3703
3703
|
return console.error("路由解析错误"), "/";
|
|
3704
3704
|
}
|