79543f62 by lihua

不需要兼容深圳交易所

1 parent 01ba2f35
...@@ -227,17 +227,21 @@ const currTableData: any = ref({}); ...@@ -227,17 +227,21 @@ const currTableData: any = ref({});
227 const btnClick = (btn) => { 227 const btnClick = (btn) => {
228 const type = btn.value; 228 const type = btn.value;
229 if (type == 'create') { 229 if (type == 'create') {
230 if (btn.exchangeName.includes('深圳数据交易所')) { 230 router.push({
231 router.push({
232 name: 'registerStart',
233 query: { exchangeGuid: btn.exchangeGuid, type }
234 });
235 } else {
236 router.push({
237 name: 'registerStartJS', 231 name: 'registerStartJS',
238 query: { exchangeGuid: btn.exchangeGuid, type } 232 query: { exchangeGuid: btn.exchangeGuid, type }
239 }); 233 });
240 } 234 // if (btn.exchangeName.includes('深圳数据交易所')) {
235 // router.push({
236 // name: 'registerStart',
237 // query: { exchangeGuid: btn.exchangeGuid, type }
238 // });
239 // } else {
240 // router.push({
241 // name: 'registerStartJS',
242 // query: { exchangeGuid: btn.exchangeGuid, type }
243 // });
244 // }
241 } else if (type == 'search') { 245 } else if (type == 'search') {
242 exchangGuid.value = btn.exchangeGuid; 246 exchangGuid.value = btn.exchangeGuid;
243 pageInfo.value.curr = 1; 247 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!