You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

14 regels
209 B

  1. // 天然气
  2. import utils from '../utils';
  3. function getNavGasInfo(type: 'history' | 'realtime') {
  4. switch (type) {
  5. case 'history':
  6. break;
  7. case 'realtime':
  8. break;
  9. }
  10. }
  11. export default getNavGasInfo;