Browse Source

修改时间显示截取

gepangpang 10 months ago
parent
commit
b62b34b75d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.development
  2. 1 1
      src/views/depth/index.vue

+ 1 - 1
.env.development

@@ -1 +1 @@
-VITE_API_BASE_URL = "http://192.168.31.150:82"
+VITE_API_BASE_URL = "http://192.168.31.150:82/priceCollect"

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

@@ -247,7 +247,7 @@ const initChart = (data: any) => {
     dataZoom: [
       {
         type: "inside",
-        start: 80,
+        start: 99,
         end: 100,
       },
       {