diff --git a/src/router/index.js b/src/router/index.js
index f3ca101..69f3561 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -35,6 +35,11 @@ const routes = [
path: '/AiEmotion',
name: 'AiEmotion',
component: () => import('@/views/AiEmotion.vue')//AI情绪大模型页面
+ },
+ {
+ path: '/emotionsEcharts',
+ name: 'emotionsEcharts',
+ component: () => import('@/views/emotionsEcharts.vue')
}
]
// 创建路由实例
diff --git a/src/views/components/emoEnergyConverter.vue b/src/views/components/emoEnergyConverter.vue
new file mode 100644
index 0000000..ffa8700
--- /dev/null
+++ b/src/views/components/emoEnergyConverter.vue
@@ -0,0 +1,445 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/components/emotionDecod.vue b/src/views/components/emotionDecod.vue
new file mode 100644
index 0000000..b99ae10
--- /dev/null
+++ b/src/views/components/emotionDecod.vue
@@ -0,0 +1,354 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/components/emotionalBottomRadar.vue b/src/views/components/emotionalBottomRadar.vue
new file mode 100644
index 0000000..1354c51
--- /dev/null
+++ b/src/views/components/emotionalBottomRadar.vue
@@ -0,0 +1,560 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/emotionsEcharts.vue b/src/views/emotionsEcharts.vue
new file mode 100644
index 0000000..fece88b
--- /dev/null
+++ b/src/views/emotionsEcharts.vue
@@ -0,0 +1,42 @@
+
+ AI情绪大模型
+
+
+
+
+