|
@@ -93,7 +93,7 @@ import {
|
|
|
tileType,
|
|
|
} from "./install";
|
|
|
import { computed, ref, watch } from "vue";
|
|
|
-import { initRelics, relics } from "@/store/relics";
|
|
|
+import { initSelfRelics, relics } from "@/store/relics";
|
|
|
import { queryMode } from "./install";
|
|
|
import { PoPoint } from "drawing-board";
|
|
|
import { boardData, scenePoints } from "@/store/scene";
|
|
@@ -121,7 +121,7 @@ watch(
|
|
|
(rid) => {
|
|
|
if (!rid) return;
|
|
|
loaded.value = false;
|
|
|
- initRelics(Number(rid)).finally(() => {
|
|
|
+ initSelfRelics(Number(rid)).finally(() => {
|
|
|
if (!relics.value) {
|
|
|
return router.replace({ name: "relics" });
|
|
|
}
|