Commit 075695db by 无尘

fix: 修改跳转链接

parent e24ab33e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -93,7 +93,8 @@ ...@@ -93,7 +93,8 @@
// 跳转 gic 管理后台 // 跳转 gic 管理后台
toGicLogin() { toGicLogin() {
window.location.href = window.location.origin + '/gic-web/#/'; let toUrl = window.location.origin.includes('demogic.com') ? window.location.origin : 'https://hope.demogic.com';
window.location.href = toUrl+ '/gic-web/#/';
}, },
//退出登录 //退出登录
......
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