From 4cfce04955d0092055885ae8645279ccdf6f9ab4 Mon Sep 17 00:00:00 2001 From: wuzhihao Date: Fri, 30 Aug 2024 15:29:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BF=AB=E9=80=9F=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=A8=A1=E5=9D=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/layout/left-menu.vue | 2 +- src/views/quick-Search/quick-Search.vue | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 2ec5a90..562af30 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -168,7 +168,7 @@ router.beforeEach((to, from, next) => { // to到哪里取 from 从哪里来 next 放行 const token = local.get('token_sd') if (to.meta.title) { // 修改总标题 - document.title = '肉牛溯源系统' + '-' + to.meta.title // routes数组中--meta是关键 + document.title = '基芯农育种' + '-' + to.meta.title // routes数组中--meta是关键 } if (token) { // ok next() diff --git a/src/views/layout/left-menu.vue b/src/views/layout/left-menu.vue index c475833..aa1824d 100644 --- a/src/views/layout/left-menu.vue +++ b/src/views/layout/left-menu.vue @@ -84,7 +84,7 @@ export default { return { activeIndex: '/', isCollapse: false, - system_name: '肉牛溯源系统', + system_name: '基芯农育种', logo: '', index: 0, menuList: [], // 菜单权限列表 diff --git a/src/views/quick-Search/quick-Search.vue b/src/views/quick-Search/quick-Search.vue index df47ba2..6512d5c 100644 --- a/src/views/quick-Search/quick-Search.vue +++ b/src/views/quick-Search/quick-Search.vue @@ -135,7 +135,7 @@ export default { return { loading: false, showtable: false, - dialogVisible: false, + dialogVisible: true, searchForm: { a: '', b: '', @@ -214,7 +214,9 @@ export default { detailClick() { this.$router.push('/phylogeneticAnalysis/evolutionaryTree') }, - report() {}, + report() { + this.dialogVisible = true + }, // 搜索 searchClick() { this.loading = true