From aec811827dab4bb0e7767aa5e558acff7bf861c8 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Mon, 20 May 2024 14:54:18 +0800 Subject: [PATCH] 1 --- .env.dev | 2 +- .../copilot/components/FactoryDataHeader.vue | 20 +- .../copilot/components/FactorySelect.vue | 16 +- src/views/copilot/components/NotMsg.vue | 27 + .../copilot/factoryData/components/Energy.vue | 111 +++- .../copilot/factoryData/components/Order.vue | 107 ++-- .../factoryData/components/ProdMonitor.vue | 83 ++- .../copilot/factoryData/components/Store.vue | 62 +- src/views/copilot/factoryData/index.vue | 102 +--- src/views/system/loginlog/index.vue | 162 +++-- src/views/system/menu/index.vue | 373 ++++++++---- src/views/system/operatelog/index.vue | 354 +++++++++-- src/views/system/post/index.vue | 353 ++++++----- src/views/system/post/index1.vue | 243 -------- src/views/system/post/index2.vue | 162 +++++ src/views/system/user/index.vue | 559 +++++++++++++----- 16 files changed, 1826 insertions(+), 910 deletions(-) create mode 100644 src/views/copilot/components/NotMsg.vue delete mode 100644 src/views/system/post/index1.vue create mode 100644 src/views/system/post/index2.vue diff --git a/.env.dev b/.env.dev index 44e6fcd..2c8e3ad 100644 --- a/.env.dev +++ b/.env.dev @@ -12,7 +12,7 @@ ENV = 'development' VUE_APP_TITLE = 芋道管理系统 # 芋道管理系统/开发环境 -# VUE_APP_BASE_API = 'http://192.168.1.61:48080' +# VUE_APP_BASE_API = 'http://192.168.1.70:30307' VUE_APP_BASE_API = 'http://glass.kszny.picaiba.com' # 路由懒加载 diff --git a/src/views/copilot/components/FactoryDataHeader.vue b/src/views/copilot/components/FactoryDataHeader.vue index cafa9bb..bab2967 100644 --- a/src/views/copilot/components/FactoryDataHeader.vue +++ b/src/views/copilot/components/FactoryDataHeader.vue @@ -9,11 +9,11 @@