diff --git a/pages.json b/pages.json
index 6e16917..125617a 100644
--- a/pages.json
+++ b/pages.json
@@ -97,14 +97,6 @@
}
},
{
- "path": "pages/marketSituation/chartExample",
- "style": {
- "navigationBarTitleText": "图表示例",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
"path": "pages/marketSituation/globalIndex",
"style": {
"navigationStyle": "custom",
diff --git a/pages/marketSituation/chartExample.vue b/pages/marketSituation/chartExample.vue
deleted file mode 100644
index 47ab2a3..0000000
--- a/pages/marketSituation/chartExample.vue
+++ /dev/null
@@ -1,655 +0,0 @@
-
-
-
-
-
-
diff --git a/pages/marketSituation/marketOverview.vue b/pages/marketSituation/marketOverview.vue
index ad25c7b..66fb8ba 100644
--- a/pages/marketSituation/marketOverview.vue
+++ b/pages/marketSituation/marketOverview.vue
@@ -5,7 +5,6 @@
-
@@ -52,13 +51,6 @@ const isWarnTextOverflow = ref(false); // warn文字是否溢出
const pageIndex = ref(0);
const scrollToView = ref("");
-// 跳转图表示例页面
-const goToChartExample = () => {
- uni.navigateTo({
- url: "/pages/marketSituation/chartExample",
- });
-};
-
// 计算属性:精准计算content区域的top值
const contentTopPosition = computed(() => {
const statusBarHeight = iSMT.value || 0;