79543f62 by lihua

不需要兼容深圳交易所

1 parent 01ba2f35
......@@ -227,17 +227,21 @@ const currTableData: any = ref({});
const btnClick = (btn) => {
const type = btn.value;
if (type == 'create') {
if (btn.exchangeName.includes('深圳数据交易所')) {
router.push({
name: 'registerStart',
query: { exchangeGuid: btn.exchangeGuid, type }
});
} else {
router.push({
name: 'registerStartJS',
query: { exchangeGuid: btn.exchangeGuid, type }
});
}
// if (btn.exchangeName.includes('深圳数据交易所')) {
// router.push({
// name: 'registerStart',
// query: { exchangeGuid: btn.exchangeGuid, type }
// });
// } else {
// router.push({
// name: 'registerStartJS',
// query: { exchangeGuid: btn.exchangeGuid, type }
// });
// }
} else if (type == 'search') {
exchangGuid.value = btn.exchangeGuid;
pageInfo.value.curr = 1;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!