Skip to content

Commit c14b5c5

Browse files
committed
登录界面,增加“萌新必读”
1 parent 4cf734d commit c14b5c5

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/views/Login/components/LoginForm.vue

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,21 @@
125125
</div>
126126
</el-form-item>
127127
</el-col>
128+
<el-divider content-position="center">萌新必读</el-divider>
129+
<el-col :span="24" style="padding-left: 10px; padding-right: 10px">
130+
<el-form-item>
131+
<div class="flex justify-between w-[100%]">
132+
<el-link href="https://doc.iocoder.cn/" target="_blank">📚开发指南</el-link>
133+
<el-link href="https://doc.iocoder.cn/video/" target="_blank">🔥视频教程</el-link>
134+
<el-link href="https://www.iocoder.cn/Interview/good-collection/" target="_blank">
135+
⚡面试手册
136+
</el-link>
137+
<el-link href="http://static.yudao.iocoder.cn/mp/Aix9975.jpeg" target="_blank">
138+
🤝外包咨询
139+
</el-link>
140+
</div>
141+
</el-form-item>
142+
</el-col>
128143
</el-row>
129144
</el-form>
130145
</template>

0 commit comments

Comments
 (0)