摘要: <template slot="index" slot-scope="text,record,index"> <span>{{ (ipaginationList.current-1)*ipaginationList.pageSize + parseInt(index) + 1}}</span> </ 阅读全文
posted @ 2021-09-28 18:11 泽泽生龙 阅读(286) 评论(0) 推荐(0)
摘要: import vue from 'vue' import { ACCESS_TOKEN } from '@admin/store/mutation-types' import {cloneDeep} from 'lodash' import axios from 'axios' import dow 阅读全文
posted @ 2021-09-28 17:09 泽泽生龙 阅读(173) 评论(0) 推荐(0)
摘要: 1:进入vue工程后,找到vue.config.js文件,找到入口文件 2:进入入口文件后会引入所有的配置和根文件, 在文件中有vue.use() 用法:安装Vue.js插件,如果插件时一个对象,必须提供install方法。 如果插件是一个函数,它会被 视作install方法,install方法调用 阅读全文
posted @ 2021-09-28 15:03 泽泽生龙 阅读(137) 评论(0) 推荐(0)