Browse Source

2023-12-14 登录记录

zhiquz 1 year ago
parent
commit
08aea46762
4 changed files with 128 additions and 128 deletions
  1. BIN
      dist.zip
  2. 4 4
      src/api/loginTime/index.js
  3. 22 22
      src/pages/loginTime/index.vue
  4. 102 102
      src/router/auth.js

BIN
dist.zip


+ 4 - 4
src/api/loginTime/index.js

@@ -9,11 +9,11 @@ export function cycleList() {
 }
 
 // 列表
-export function loginList(params) {
+export function loginList(data) {
   return request({
-    url: '/loginlog/getLoginLogList',
-    method: 'get',
-    params
+    url: 'AdminLog',
+    method: 'post',
+    data
   })
 }
 

+ 22 - 22
src/pages/loginTime/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="app-container">
-    <el-input
+    <!-- <el-input
       v-model="searchParams.search_name"
       type="text"
       placeholder="客户昵称 / 手机号"
@@ -29,7 +29,7 @@
       <span>批发商: <i class="red">{{ total.crown }}</i></span>
       <span>经销商: <i class="red">{{ total.top }}</i></span>
       <span>销售员: <i class="red">{{ total.super }}</i></span>
-    </div>
+    </div> -->
     <el-table
       :data="LoginList"
       :header-cell-style="{ background: '#f8fbfc' }"
@@ -170,11 +170,11 @@ export default {
     return {
       searchParams: {
         page_index: 1,
-        page_size: 20,
-        search_name: '',
-        cycle: '',
-        type: '1',
-        level: ''
+        page_size: 20
+        // search_name: '',
+        // cycle: '',
+        // type: '1',
+        // level: ''
       },
       cycleList: {},
       LoginList: [],
@@ -194,21 +194,21 @@ export default {
       }
     }
   },
-  watch: {
-    'searchParams.cycle'(a) {
-      this.search()
-    },
-    'searchParams.type'(a) {
-      this.search()
-    },
-    'searchParams.level'(a) {
-      this.search()
-    }
-  },
+  // watch: {
+  //   'searchParams.cycle'(a) {
+  //     this.search()
+  //   },
+  //   'searchParams.type'(a) {
+  //     this.search()
+  //   },
+  //   'searchParams.level'(a) {
+  //     this.search()
+  //   }
+  // },
   created() {
     this.levelStatus = levelStatus
     this.getLoginList()
-    this.getCycleList()
+    // this.getCycleList()
   },
   methods: {
     search() {
@@ -250,9 +250,9 @@ export default {
         if (res.code === 200) {
           this.LoginList = res.data.list.data
           this.LoginTotal = res.data.total
-          this.total.crown = res.data.list.crown
-          this.total.top = res.data.list.top
-          this.total.super = res.data.list.super
+          // this.total.crown = res.data.list.crown
+          // this.total.top = res.data.list.top
+          // this.total.super = res.data.list.super
         } else {
           this.$message.error(res.message || '获取登录列表失败')
         }

+ 102 - 102
src/router/auth.js

@@ -1011,99 +1011,99 @@ export const asyncRoutes = [
   //     }
   //   ]
   // },
-  {
-    path: '/data',
-    component: 'Layout',
-    redirect: 'noRedirect',
-    name: 'richSet',
-    meta: {
-      title: '数据统计',
-      icon: 'data'
-    },
-    children: [
-      // {
-      //   path: 'order',
-      //   component: '/data/order',
-      //   name: 'data_order',
-      //   meta: {
-      //     title: '批发商排名',
-      //     noCache: true
-      //   }
-      // },
-      {
-        path: 'order_report',
-        component: '/data/order_report',
-        name: 'data_order_report',
-        meta: {
-          title: '活动数据',
-          noCache: true
-        }
-      }
-      // {
-      //   path: 'order_belong',
-      //   component: '/data/order_belong',
-      //   name: 'data_order_belong',
-      //   meta: {
-      //     title: '所属者排名',
-      //     noCache: true
-      //   }
-      // },
-      // {
-      //   path: 'visual',
-      //   component: '/data/visual',
-      //   name: 'DataVisual',
-      //   meta: {
-      //     title: '实时数据',
-      //     noCache: true
-      //   }
-      // },
-      // {
-      //   path: 'previous',
-      //   component: '/data/previous',
-      //   name: 'DataPrevious',
-      //   meta: {
-      //     title: '历届活动',
-      //     noCache: true
-      //   }
-      // },
-      // {
-      //   path: 'deal',
-      //   component: '/data/deal',
-      //   name: 'data_deal',
-      //   meta: {
-      //     title: '交易数据',
-      //     noCache: true
-      //   }
-      // },
-      // {
-      //   path: 'next',
-      //   component: '/data/next',
-      //   name: 'data_next',
-      //   meta: {
-      //     title: '销售统计',
-      //     noCache: true
-      //   }
-      // },
-      // {
-      //   path: 'rank',
-      //   component: '/data/rank',
-      //   name: 'data_rank',
-      //   meta: {
-      //     title: '排行榜',
-      //     noCache: true
-      //   }
-      // },
-      // {
-      //   path: 'tshirt',
-      //   component: '/data/tshirt',
-      //   name: 'Tshirt',
-      //   meta: {
-      //     title: 'T恤',
-      //     noCache: true
-      //   }
-      // }
-    ]
-  },
+  // {
+  //   path: '/data',
+  //   component: 'Layout',
+  //   redirect: 'noRedirect',
+  //   name: 'richSet',
+  //   meta: {
+  //     title: '数据统计',
+  //     icon: 'data'
+  //   },
+  //   children: [
+  //     {
+  //       path: 'order',
+  //       component: '/data/order',
+  //       name: 'data_order',
+  //       meta: {
+  //         title: '批发商排名',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'order_report',
+  //       component: '/data/order_report',
+  //       name: 'data_order_report',
+  //       meta: {
+  //         title: '活动数据',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'order_belong',
+  //       component: '/data/order_belong',
+  //       name: 'data_order_belong',
+  //       meta: {
+  //         title: '所属者排名',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'visual',
+  //       component: '/data/visual',
+  //       name: 'DataVisual',
+  //       meta: {
+  //         title: '实时数据',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'previous',
+  //       component: '/data/previous',
+  //       name: 'DataPrevious',
+  //       meta: {
+  //         title: '历届活动',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'deal',
+  //       component: '/data/deal',
+  //       name: 'data_deal',
+  //       meta: {
+  //         title: '交易数据',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'next',
+  //       component: '/data/next',
+  //       name: 'data_next',
+  //       meta: {
+  //         title: '销售统计',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'rank',
+  //       component: '/data/rank',
+  //       name: 'data_rank',
+  //       meta: {
+  //         title: '排行榜',
+  //         noCache: true
+  //       }
+  //     },
+  //     {
+  //       path: 'tshirt',
+  //       component: '/data/tshirt',
+  //       name: 'Tshirt',
+  //       meta: {
+  //         title: 'T恤',
+  //         noCache: true
+  //       }
+  //     }
+  //   ]
+  // },
   // {
   //   path: '/tshirt',
   //   component: 'Layout',
@@ -1399,15 +1399,15 @@ export const asyncRoutes = [
           noCache: true
         }
       },
-      {
-        path: 'giftUrl',
-        component: '/giftUrl/index',
-        name: 'giftUrlIndex',
-        meta: {
-          title: '批发商图',
-          noCache: true
-        }
-      },
+      // {
+      //   path: 'giftUrl',
+      //   component: '/giftUrl/index',
+      //   name: 'giftUrlIndex',
+      //   meta: {
+      //     title: '批发商图',
+      //     noCache: true
+      //   }
+      // },
       // 大礼包申请(未上线)
       // {
       //   path: 'applyGift',