diff --git a/public/index.html b/public/index.html index 98d46f8..605f46b 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-08-22 14:57:50 * @LastEditors: zwq - * @LastEditTime: 2023-06-27 15:48:06 + * @LastEditTime: 2024-01-22 10:41:58 * @Description: --> @@ -37,7 +37,7 @@ <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> @@ -57,7 +57,7 @@ <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> <% } %> diff --git a/src/views/process-inspection/query-form.vue b/src/views/process-inspection/query-form.vue index 1a9158c..463e46e 100644 --- a/src/views/process-inspection/query-form.vue +++ b/src/views/process-inspection/query-form.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2022-09-15 10:44:29 * @LastEditors: zwq - * @LastEditTime: 2023-06-28 15:11:18 + * @LastEditTime: 2024-01-19 16:42:06 * @Description: -->