diff --git a/src/router/index.js b/src/router/index.js index 514bb11..9600dc8 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -5,13 +5,19 @@ import Login from '../views/login/login.vue' import local from '../utils/local' Vue.use(VueRouter) + const routes = [ { path: '/login', component: Login, meta: { title: '登录', activeMenu: '/login' } - }, + }, { + path: '/', + component: Layout, + redirect: '/login', + meta: { title: '', activeMenu: '/login' } + }, { // 首页 path: '/index', component: Layout, diff --git a/src/views/archive-information/archive-information.vue b/src/views/archive-information/archive-information.vue index d9592e3..d2108cb 100644 --- a/src/views/archive-information/archive-information.vue +++ b/src/views/archive-information/archive-information.vue @@ -103,10 +103,11 @@ class="demo-ruleForm" style="padding-left: 20px; box-sizing: border-box" > - +
+ @@ -158,11 +159,24 @@ +
+ 平台认证 +
@@ -170,7 +184,7 @@
@@ -233,7 +247,8 @@ export default { dialogVisible: false, searchForm: { farm: '', - number: '' + number: '', + pic: '爱农智慧牧场' }, evalue: '', tableData: [ @@ -426,4 +441,7 @@ export default { /deep/.el-form-item__content { margin-bottom: 20px; } +/deep/.el-dialog__body { + padding: 0px 10px 10px 10px; +} \ No newline at end of file