diff --git a/.env.development b/.env.development index 2f34c73..01b0ea7 100644 --- a/.env.development +++ b/.env.development @@ -3,8 +3,8 @@ VITE_API_PREFIX = '/dev-api' # 接口地址 -# VITE_API_BASE_URL = 'http://pms.dtyx.net:9158/' -VITE_API_BASE_URL = 'http://localhost:8888/' +VITE_API_BASE_URL = 'http://pms.dtyx.net:9158/' +# VITE_API_BASE_URL = 'http://localhost:8888/' # 接口地址 (WebSocket) VITE_API_WS_URL = 'ws://localhost:8000' @@ -13,7 +13,7 @@ VITE_API_WS_URL = 'ws://localhost:8000' VITE_BASE = '/' # 是否开启开发者工具 -VITE_OPEN_DEVTOOLS = false +VITE_OPEN_DEVTOOLS = true # 应用配置面板 VITE_APP_SETTING = true diff --git a/public/favicon.ico b/public/favicon.ico index f3c48de..1fc12ce 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/views/operation-platform/data-processing/data-storage/components/DeformationTap.vue b/src/views/operation-platform/data-processing/data-storage/components/DeformationTap.vue new file mode 100644 index 0000000..336d713 --- /dev/null +++ b/src/views/operation-platform/data-processing/data-storage/components/DeformationTap.vue @@ -0,0 +1,125 @@ + + + + + \ No newline at end of file diff --git a/src/views/operation-platform/data-processing/data-storage/components/raw-data.vue b/src/views/operation-platform/data-processing/data-storage/components/raw-data.vue new file mode 100644 index 0000000..c80beb2 --- /dev/null +++ b/src/views/operation-platform/data-processing/data-storage/components/raw-data.vue @@ -0,0 +1,590 @@ + + + + + diff --git a/src/views/operation-platform/data-processing/data-storage/index.vue b/src/views/operation-platform/data-processing/data-storage/index.vue index 3b95a64..1c8b3f9 100644 --- a/src/views/operation-platform/data-processing/data-storage/index.vue +++ b/src/views/operation-platform/data-processing/data-storage/index.vue @@ -1,7 +1,7 @@