@@ -85,7 +85,6 @@ const routes: Array<RouteRecordRaw> = [
{
path: "/indicator/fot",
name: "IndicatorFot",
-
component: () => import("@/views/indicator/fot/index.vue"),
meta: { title: "爆仓指标", keepAlive: true },
},
@@ -35,7 +35,7 @@
</lay-card>
</template>
-<script lang="ts" setup name="IndicatorMsv">
+<script lang="ts" setup name="IndicatorFot">
import { ref, reactive, onUnmounted, shallowRef } from "vue";
import * as echarts from "echarts";
import { get_indicator, get_ia_exchanges } from "@/api";