2020年12月8日
摘要: <div :style="{ zIndex : !pre ? 1 : 2 }"> <div @click="getN" v-show="!npre"></div> <img @click="getN" v-show="npre" :src="npre" alt /> </div> <input ty 阅读全文
posted @ 2020-12-08 19:02 pleaseAnswer 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1 src目录结构 2 main.js -- 引入全局样式文件+全局路由钩子配置文件 3 utils配置文件 -- request.js 封装 axios 请求函数 3.1 使用 interceptors 配置请求拦截器 // request拦截器 service.interceptors.requ 阅读全文
posted @ 2020-12-08 17:05 pleaseAnswer 阅读(119) 评论(0) 推荐(0) 编辑
摘要: <el-table-column v-for="col in tableColumns.filter(coloum => checkList.indexOf(coloum.label) !== -1)" :key="col.label+col.prop" :prop="col.prop" :labe 阅读全文
posted @ 2020-12-08 16:52 pleaseAnswer 阅读(643) 评论(0) 推荐(0) 编辑