diff --git a/public/favicon.ico b/public/favicon.ico
index 0ccdd32..be7684d 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/index.html b/public/index.html
index ceb3973..ce329d3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,7 +5,7 @@
-
+
<%= htmlWebpackPlugin.options.title %>
diff --git a/public/title.ico b/public/title.ico
new file mode 100644
index 0000000..be7684d
Binary files /dev/null and b/public/title.ico differ
diff --git a/src/router/index.js b/src/router/index.js
index d5e64af..7abc170 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -106,7 +106,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 b28b47c..05ae87a 100644
--- a/src/views/layout/left-menu.vue
+++ b/src/views/layout/left-menu.vue
@@ -72,7 +72,7 @@ export default {
return {
activeIndex: '/',
isCollapse: false,
- system_name: '肉牛溯源系统',
+ system_name: '基芯农育种',
logo: '',
index: 0,
menuList: [], // 菜单权限列表
diff --git a/src/views/login/login.vue b/src/views/login/login.vue
index aae075a..e326524 100644
--- a/src/views/login/login.vue
+++ b/src/views/login/login.vue
@@ -11,7 +11,7 @@