随笔分类 - Vue
摘要:只需要把 <el-upload action="">中的action等于增加方法的地址,即ajax中url等于的东西上传图片时,默认name=fileElement UI 实现上传图片功能的代码如下: <template> <!--<div>轮播</div>--> <div class="login
阅读全文
摘要:在 <style> a{ text-decoration: none; color:#606266 ; } //点击之后 .router-link-active{ text-decoration: none; color:#606266; } </style>
阅读全文
摘要:如果在main.js中使用如下方法引入的axios 那么在vue页面中直接用$axios来调用
阅读全文
摘要:1、定义路由实现页面跳转,跳转到登录界面 2、Login.vue <template> <div> <el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-form-item label="用户名" prop=
阅读全文