Commit 08fc1cb1 authored by Xuguangxing's avatar Xuguangxing

feat: 更改api地址

parent 6a49e2f9
......@@ -17,8 +17,12 @@ export default {
const appData = json.data || {};
if (appData && appData.token) {
localStorage.set('vccToken', appData.token);
const location = window.location;
window.location.href = location.href;
this.nativeBridge.openNewUrl({
event: 'openNewUrl',
data: {
newUrl: window.location.href //需要打开的新链接
}
});
}
}
};
......
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