diff --git a/public/index.html b/public/index.html index 12b5e6c..ea9ec05 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ - + 粒子研究院 diff --git a/src/api/index.js b/src/api/index.js index f0bb959..4d85830 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -18,4 +18,5 @@ export default { siteSearchArticles: `iasf/sysContent/siteSearchArticles`, oneLevelChecksThemAll: `iasf/sysColumn/oneLevelChecksThemAll`, queryArticlesByColumnType: `iasf/sysColumn/queryArticlesByColumnType`, + queryArticleColumnParent: `iasf/sysContent/queryArticleColumnParent`, } \ No newline at end of file diff --git a/src/components/breadcrumb/index.vue b/src/components/breadcrumb/index.vue index 50fce1f..d03e350 100644 --- a/src/components/breadcrumb/index.vue +++ b/src/components/breadcrumb/index.vue @@ -2,16 +2,17 @@