zs 1 год назад
Родитель
Сommit
bfc6427388
3 измененных файлов с 1 добавлено и 4 удалено
  1. 0 1
      src/components/admin-frame/home.vue
  2. 0 2
      src/router/index.ts
  3. 1 1
      src/views/user/user/index.vue

+ 0 - 1
src/components/admin-frame/home.vue

@@ -44,7 +44,6 @@ const testInfo: Ref<any> = ref({
 </script>
 <style scoped lang="scss">
 .main {
-  height: 100vh;
   background-color: #f0f0f0;
   .el-header {
     border-bottom: 1px solid;

+ 0 - 2
src/router/index.ts

@@ -5,13 +5,11 @@ import axios from 'axios';
 const system = [
   {
     path: '/system/menus',
-    name: 'menus',
     meta: { title: '菜单管理' },
     component: () => import('@/views/system/menus/index.vue')
   },
   {
     path: '/system/role',
-    name: 'role',
     meta: { title: '角色管理' },
     component: () => import('@/views/system/role/index.vue')
   },

+ 1 - 1
src/views/user/user/index.vue

@@ -81,7 +81,7 @@ const toSearch = (query) => {
 // #region 表格及操作
 // NeedChange
 let fields: Ref<any[]> = ref([
-  { label: 'openid', model: 'openid', isSearch: true },
+  { label: 'openid', model: 'openid' },
   { label: '昵称', model: 'nick_name', isSearch: true }
 ]);
 // 操作