@egova/egova-api 1.0.44 → 1.0.45

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.
@@ -54439,7 +54439,9 @@ function (_super) {
54439
54439
  };
54440
54440
 
54441
54441
  ProjectDetail.prototype.onBack = function () {
54442
- this.$router.go(-1);
54442
+ this.$router.push({
54443
+ name: "project-list"
54444
+ });
54443
54445
  };
54444
54446
 
54445
54447
  var _a;
package/dist/index.umd.js CHANGED
@@ -54448,7 +54448,9 @@ function (_super) {
54448
54448
  };
54449
54449
 
54450
54450
  ProjectDetail.prototype.onBack = function () {
54451
- this.$router.go(-1);
54451
+ this.$router.push({
54452
+ name: "project-list"
54453
+ });
54452
54454
  };
54453
54455
 
54454
54456
  var _a;