Commit 0ba37e09 authored by Xuguangxing's avatar Xuguangxing

feat: 更改api地址

parent 00f60057
...@@ -17,9 +17,7 @@ export default { ...@@ -17,9 +17,7 @@ export default {
const appData = json.data || {}; const appData = json.data || {};
if (appData && appData.token) { if (appData && appData.token) {
localStorage.set('vccToken', appData.token); localStorage.set('vccToken', appData.token);
that.$nextTick(() => { that.$router.go(0);
window.location.reload();
});
} }
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment