Skip to content

Commit 8e61ecd

Browse files
committed
redict
1 parent 832b84e commit 8e61ecd

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

src/router/asyncrouter.js

-13
This file was deleted.

src/router/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const router = createRouter({
66
routes: [
77
{
88
path: '/',
9-
redirect: '/layout',
9+
redirect: '/algorithm',
1010
name:'persal'
1111
},
1212
{

src/views/algorithm/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const toUrl = (key, url) => {
3131
</script>
3232

3333
<template>
34-
<button class="nav-btn open-btn">change</button>
34+
<button class="nav-btn open-btn">cilck</button>
3535
<div>
3636
<div class=" nav nav-black">
3737
<div class="nav nav-red">

src/views/course/student.vue

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ var rowspanfunc = (index) => {
232232
</td>
233233

234234
<template v-for="i in item.day" :key="i">
235+
<!-- rowspan 设置跨行数 -->
235236
<td :rowspan="rowspanfunc(index)" v-if="i.startTime">
236237
<div class="card">
237238
<p>{{ ` ${i.startTime}---${i.endTime} ` }}</p>

0 commit comments

Comments
 (0)