Commit 0ba37e09 authored by Xuguangxing's avatar Xuguangxing

feat: 更改api地址

parent 00f60057
......@@ -17,9 +17,7 @@ export default {
const appData = json.data || {};
if (appData && appData.token) {
localStorage.set('vccToken', appData.token);
that.$nextTick(() => {
window.location.reload();
});
that.$router.go(0);
}
}
};
......
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