摘要: 为了方便使用 axios 将其封装 httpService.js import axios from 'axios' // 引入axios import { Loading , Message } from 'element-ui' // 引入Elemente-ui (根据自己使用的UI框架引入 ) 阅读全文
posted @ 2020-08-18 16:40 悟空dong 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 记录管理后台 侧边导航栏做成通用小组件 借助 Elemente-UI <el-aside>:侧边栏容器 <<el-menu>:导航菜单 创建 父组件页面 aside.vue *( default-active 为当前激活菜单的 index,(设置为当前的路由名称 this.$route.fullPa 阅读全文
posted @ 2020-08-18 14:23 悟空dong 阅读(2479) 评论(0) 推荐(0) 编辑
摘要: 服务端 设置请求头 允许跨域 @Override public void doFilter(ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException { HttpS 阅读全文
posted @ 2020-08-18 14:22 悟空dong 阅读(6514) 评论(0) 推荐(0) 编辑