Commit a927dd71 by liuchenxi

update: 跳转卡片创建页bug

parent 8f74c0c7
......@@ -553,10 +553,10 @@ export default {
* 跳转卡片创建页
*/
toRedirectPage(item) {
if (window.location.origin.includes('gicdev')) {
window.open(item.url);
return false;
}
// if (window.location.origin.includes('gicdev')) {
// window.open(item.url);
// return false;
// }
if (item.id == 'marking') {
window.open('/gic-web/#/custom');
}
......
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