|
@@ -7,22 +7,26 @@
|
|
|
<el-col :span="24" class="main">
|
|
|
<teacherInfo :teaid="teaid"></teacherInfo>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="foot">
|
|
|
+ <!-- <el-col :span="24" class="foot">
|
|
|
<footInfo></footInfo>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
import NavBar from '@/layout/common/topInfo.vue';
|
|
|
-import footInfo from '@/layout/common/footInfo.vue';
|
|
|
+// import footInfo from '@/layout/common/footInfo.vue';
|
|
|
import teacherInfo from '@/layout/teacher/teacherInfo.vue';
|
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
|
export default {
|
|
|
name: 'teacher',
|
|
|
props: {},
|
|
|
- components: { NavBar, footInfo, teacherInfo },
|
|
|
+ components: {
|
|
|
+ NavBar,
|
|
|
+ // footInfo,
|
|
|
+ teacherInfo,
|
|
|
+ },
|
|
|
data: () => ({
|
|
|
teaid: {},
|
|
|
isleftarrow: '',
|