提交 aff103f7 编写于 作者: K keyinghao

提交

上级 09277fb1
......@@ -44,6 +44,7 @@ const user = {
// 获取用户信息
GetInfo({ commit, state }) {
console.log('-------- 获取用户信息 ---------')
return new Promise((resolve, reject) => {
getInfo(state.token).then(response => {
const data = response.data
......
......@@ -76,6 +76,8 @@ public class FilterPre extends ZuulFilter {
@Override
public Object run() {
RequestContext ctx = RequestContext.getCurrentContext();
String uri = RequestContext.getCurrentContext().getRequest().getServletPath();
logger.info("请求地址", uri);
HttpServletRequest request = ctx.getRequest();
Long userNo = null;
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册