@@ -1,4 +1,4 @@
-import { findCurrentTaskMarkResult } from "@/components/mark/store";
+import { findCurrentTaskMarkResult } from "@/features/mark/store";
import { httpApp } from "@/plugins/axiosApp";
import { Setting, UISetting } from "@/types";
@@ -1,6 +1,6 @@
import { YYYYMMDDHHmmss } from "@/constants/constants";
import moment from "moment";
-import { store } from "@/components/mark/store";
+import { store } from "@/features/mark/store";
export default {
/** 返回YYYY-MM-DD HH:mm:ss */
import { createRouter, createWebHistory } from "vue-router";
-import Mark from "@/components/mark/Mark.vue";
-import Inspect from "@/components/inspect/Inspect.vue";
+import Mark from "@/features/mark/Mark.vue";
+import Inspect from "@/features/inspect/Inspect.vue";
const routes = [
{ path: "/", component: Mark },
@@ -9,7 +9,7 @@
<script lang="ts">
import { reactive, defineComponent, onMounted, toRefs } from "vue";
import { getSetting } from "../api/markPage";
export default defineComponent({
name: "TestSetting",
@@ -12,7 +12,7 @@
import { ModeEnum } from "@/types";
name: "TestStatus",
@@ -5,7 +5,7 @@
import { defineComponent } from "vue";
/** 切换评分模式 */