diff --git a/src/components/SearchBox.vue b/src/components/SearchBox.vue
index c13709b..94fd1ec 100755
--- a/src/components/SearchBox.vue
+++ b/src/components/SearchBox.vue
@@ -23,6 +23,8 @@
香港大学
香港大学
+ 香港大学
+ 香港大学
diff --git a/src/router/index.js b/src/router/index.js
index fa95c1d..b6a7f4e 100755
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -51,7 +51,7 @@ const routes = [
title: "全部版块"
}
},
-
+
]
}, {
path: '/searchResult', // 搜索结果
diff --git a/src/views/allSections/AllSections.vue b/src/views/allSections/AllSections.vue
deleted file mode 100755
index 4471f89..0000000
--- a/src/views/allSections/AllSections.vue
+++ /dev/null
@@ -1,231 +0,0 @@
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
{{ i.title }}
-
{{ i.text }}
-
-
-

-

-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/recommend/Recommend.vue b/src/views/recommend/Recommend.vue
deleted file mode 100755
index 0edde0b..0000000
--- a/src/views/recommend/Recommend.vue
+++ /dev/null
@@ -1,123 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
经验
-
23fall 美国llm 求定位
-
-
-
背景:生于80年代中期,英语基础不好,备考托福3个月,刚好100分。2018年8月开始读LLM. 读书期间Point
- Bar6666666666666666666666
-
-
-
-
-

-
精华
-
-
-
-
-
经验
-
23fall 美国llm 求定位
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/views/search/searchResult/SearchResult.vue b/src/views/search/searchResult/SearchResult.vue
index a5dee48..03656f4 100755
--- a/src/views/search/searchResult/SearchResult.vue
+++ b/src/views/search/searchResult/SearchResult.vue
@@ -83,12 +83,8 @@ export default {
methods: {
// 处理点击取消的返回上一页
handCancel() {
- // console.log("this.$router",this.$route.params.page > 214);
- this.$router.go(-1)
- // console.log(this.$router.params.page, "this.$route.params.page");
- // if (this.$route.params.page > 1) this.$router.go(-1)
- // else this.$router.push('/recommend')
-
+ if (this.$route.fullPath != "/") this.$router.go(-1)
+ else this.$router.push('/recommend')
},
},
}