diff --git a/src/router/index.js b/src/router/index.js
index a6f11c5..8523403 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -1,7 +1,7 @@
/*
* @Author: your name
* @Date: 2021-10-08 09:26:29
- * @LastEditTime: 2021-11-03 17:08:47
+ * @LastEditTime: 2021-11-04 13:50:02
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/router/index.js
@@ -32,6 +32,7 @@ import EventDEC from "@/views/EventDEC"
import MarketingAnalysis from "@/views/MarketingAnalysis"
import ModelInsight from "@/views/ModelInsight"
import mcIndex from "@/views/MarketingComparison"
+import GolEventDetails from "@/views/GolEventDetails"
const router = [
{
path: '/login',
@@ -134,6 +135,12 @@ const router = [
desc: "营销对比",
component: mcIndex
},
+ {
+ path: '/golEventDetails',
+ name: "golEventDetails",
+ desc: "事件的详情页",
+ component: GolEventDetails
+ },
]
},
diff --git a/src/views/EventDetails/eventCorrelation/index.vue b/src/views/EventDetails/eventCorrelation/index.vue
index 3d52405..cde73c8 100644
--- a/src/views/EventDetails/eventCorrelation/index.vue
+++ b/src/views/EventDetails/eventCorrelation/index.vue
@@ -1,7 +1,7 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/views/GolEventDetails/index.vue b/src/views/GolEventDetails/index.vue
new file mode 100644
index 0000000..39764df
--- /dev/null
+++ b/src/views/GolEventDetails/index.vue
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+