摘要: https://github.com/iview/iview-admin/tree/template 阅读全文
posted @ 2019-09-25 17:20 彭成刚 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: interceptors (instance, url) { // 请求拦截 instance.interceptors.request.use(config => { // 添加全局的loading... if (!Object.keys(this.queue).length) { // Spin.show() // 不建议开启,因为界面不友好 } this.queue[url] = true 阅读全文
posted @ 2019-09-25 14:57 彭成刚 阅读(575) 评论(0) 推荐(0) 编辑
摘要: mysql 如果没有密码 就不能远程连接 阅读全文
posted @ 2019-09-25 14:55 彭成刚 阅读(477) 评论(0) 推荐(0) 编辑