|
|
@@ -52,7 +52,7 @@
|
|
|
import { ref, reactive, onUnmounted, shallowRef } from "vue";
|
|
|
import { useRoute } from "vue-router";
|
|
|
import * as echarts from "echarts";
|
|
|
-import LogText from "./components/logtext.vue";
|
|
|
+import LogText from "./components/LogText.vue";
|
|
|
import { get_robot_detail, get_robot_logs, get_remaining } from "@/api";
|
|
|
|
|
|
const ROBOT_STATUS: any = reactive({
|