diff --git a/.env.development b/.env.development index f7ff9da..34b1eeb 100644 --- a/.env.development +++ b/.env.development @@ -5,7 +5,7 @@ VITE_APP_TITLE = 新能源场站智慧运维平台 VITE_APP_ENV = 'development' # 开发环境 -VITE_APP_BASE_API = 'http://192.168.110.149:18899' +VITE_APP_BASE_API = 'http://192.168.110.180:18899' # 应用访问路径 例如使用前缀 /admin/ VITE_APP_CONTEXT_PATH = '/' diff --git a/package.json b/package.json index 0d3f22e..2078035 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/package", - "name": "ruoyi-vue-plus", + "name": "新能源场站智慧运维平台", "version": "5.4.1-2.4.1", - "description": "RuoYi-Vue-Plus多租户管理系统", + "description": "新能源场站智慧运维平台", "author": "LionLi", "license": "MIT", "type": "module", @@ -94,4 +94,4 @@ "Safari >= 14", "Firefox >= 78" ] -} +} \ No newline at end of file diff --git a/public/assets/dayImg.png b/public/assets/dayImg.png index 05c44a2..4b37c48 100644 Binary files a/public/assets/dayImg.png and b/public/assets/dayImg.png differ diff --git a/public/assets/dayImg1.png b/public/assets/dayImg1.png new file mode 100644 index 0000000..05c44a2 Binary files /dev/null and b/public/assets/dayImg1.png differ diff --git a/src/layout/components/Sidebar/Logo.vue b/src/layout/components/Sidebar/Logo.vue index 511d788..cfa927c 100644 --- a/src/layout/components/Sidebar/Logo.vue +++ b/src/layout/components/Sidebar/Logo.vue @@ -1,19 +1,18 @@