Explorar o código

Merge branch 'LaoMo'

261568008@qq.com %!s(int64=5) %!d(string=hai) anos
pai
achega
a281c1b5cd

BIN=BIN
src/assets/images/teacherLi.png


+ 0 - 10
src/router/teacherRouter.js

@@ -131,16 +131,6 @@ let teacherRouter = [
             weight: 8 // 页面权重
         },
         
-    },
-    {
-        path: '/toTeacherLi',
-        name: 'toTeacherLi',
-        component: () => import(/* webpackChunkName: "privacy" */ '@/views/teacher/queryList/toTeacherLi'),
-        meta: {
-            descrition: '李老师',
-            weight: 8 // 页面权重
-        },
-        
     }
 ]
 

+ 0 - 49
src/views/teacher/queryList/toTeacherLi.vue

@@ -1,49 +0,0 @@
-<template>
-  <div>
-    <img :src="img" class="img" width="100%" alt />
-    <div class="box" :style="{height: scrollerHeight}">
-        <div :style="{height: scrollerHeight}"></div>
-        <div :style="{height: scrollerHeight}"></div>
-    </div>
-  </div>
-</template>
-<script>
-export default {
-  data() {
-    return {
-      img: require("@/assets/images/teacherLi.png")
-    };
-  },
-  computed:{
-      scrollerHeight(){
-          if( 1334/750*window.screen.width - window.screen.height<0){
-              return parseInt (Math.abs(1334/750*window.screen.width - window.screen.height))+'px'
-          }else {
-              return 0
-          }
-      }
-  }
-};
-</script>
-<style lang="less" scoped>
-.img {
-  vertical-align: top;
-}
-.box {
-    display: flex;
-    flex-direction: row;
-    justify-content: space-around;
-    width: 100%;
-    div {
-         &:nth-child(1){
-        background-color: #F9D5DF;
-        width: 50%;
-    }
-    &:nth-child(2){
-         background-color: #D8EAF9;
-         width: 50%;
-    }
-    }
-   
-}
-</style>