diff --git a/ruoyi-modules/ruoyi-job/src/main/java/com/xjs/job/task/openapi/WarningTask.java b/ruoyi-modules/ruoyi-job/src/main/java/com/xjs/job/task/WarningTask.java
similarity index 98%
rename from ruoyi-modules/ruoyi-job/src/main/java/com/xjs/job/task/openapi/WarningTask.java
rename to ruoyi-modules/ruoyi-job/src/main/java/com/xjs/job/task/WarningTask.java
index 37b60b1c..dd98d010 100644
--- a/ruoyi-modules/ruoyi-job/src/main/java/com/xjs/job/task/openapi/WarningTask.java
+++ b/ruoyi-modules/ruoyi-job/src/main/java/com/xjs/job/task/WarningTask.java
@@ -1,4 +1,4 @@
-package com.xjs.job.task.openapi;
+package com.xjs.job.task;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.date.DateUnit;
diff --git a/ruoyi-ui/.env.production b/ruoyi-ui/.env.production
index ba2336bf..4613d96e 100644
--- a/ruoyi-ui/.env.production
+++ b/ruoyi-ui/.env.production
@@ -5,4 +5,7 @@ VUE_APP_TITLE = 管理平台
ENV = 'production'
# 若依管理系统/生产环境
-VUE_APP_BASE_API = '/prod-api'
+VUE_APP_BASE_API = 'http://localhost:8080'
+
+# 路由懒加载
+VUE_CLI_BABEL_TRANSPILE_MODULES = true
diff --git a/ruoyi-ui/src/views/business/statistics/weatherstatistics/index.vue b/ruoyi-ui/src/views/business/statistics/weatherstatistics/index.vue
index e0ff83e4..9a7727ac 100644
--- a/ruoyi-ui/src/views/business/statistics/weatherstatistics/index.vue
+++ b/ruoyi-ui/src/views/business/statistics/weatherstatistics/index.vue
@@ -48,7 +48,8 @@ import {CanvasRenderer} from 'echarts/renderers';
import {TitleComponent} from 'echarts/components';
import {BarChart} from 'echarts/charts';
import { TooltipComponent } from 'echarts/components';
-echarts.use([GridComponent, LineChart, CanvasRenderer, UniversalTransition, TitleComponent, BarChart,TooltipComponent]);
+import { LegendComponent } from 'echarts/components';
+echarts.use([GridComponent, LineChart, CanvasRenderer, UniversalTransition, TitleComponent, BarChart,TooltipComponent,LegendComponent]);
export default {
name: "WeatherStatistics",
@@ -126,7 +127,10 @@ export default {
tooltip: {
trigger: 'axis'
},
- legend: {},
+ legend: {
+ left: '79%'
+
+ },
xAxis: {
type: 'category',
diff --git a/xjs-business/pom.xml b/xjs-business/pom.xml
index 5f822c5b..b5726d3a 100644
--- a/xjs-business/pom.xml
+++ b/xjs-business/pom.xml
@@ -25,6 +25,7 @@
xjs-business-webmagic
xjs-business-blog
xjs-business-srb
+ xjs-learn
diff --git a/xjs-business/xjs-learn/pom.xml b/xjs-business/xjs-learn/pom.xml
new file mode 100644
index 00000000..9a4ed6b9
--- /dev/null
+++ b/xjs-business/xjs-learn/pom.xml
@@ -0,0 +1,26 @@
+
+
+
+ xjs-business
+ com.xjs
+ 3.3.0
+
+ 4.0.0
+
+ xjs-learn
+
+
+ 11
+ 11
+
+
+
+
+ io.netty
+ netty-all
+
+
+
+
\ No newline at end of file