소스 검색

修改dayjs引用

gepangpang 10 달 전
부모
커밋
5f19d909e3
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .env.production
  2. 1 1
      src/views/depth/index.vue

+ 1 - 1
.env.production

@@ -1 +1 @@
-VITE_API_BASE_URL = "http://kline.skyfffire.com/priceCollect"
+VITE_API_BASE_URL = "http://kline.skyfffire.com:82/priceCollect"

+ 1 - 1
src/views/depth/index.vue

@@ -37,7 +37,7 @@
 <script lang="ts" setup>
 import { ref, shallowRef, reactive, watch, onUnmounted } from "vue";
 import { init, getInstanceByDom } from "echarts";
-import * as dayjs from "dayjs";
+import dayjs from "dayjs";
 import { get_exchange, get_coin, get_depth, get_incremental_depth } from "@/api";
 
 let pageLoading = ref(true);