Sfoglia il codice sorgente

fix:全国公路计算基数报错“deficiency is not defined”

vian 5 anni fa
parent
commit
f68837f039
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      web/over_write/js/quanguo_2018.js

+ 8 - 0
web/over_write/js/quanguo_2018.js

@@ -0,0 +1,8 @@
+const progression = [];
+const deficiency = {};
+if (typeof module !== 'undefined' && !module.nodeType) {
+    module.exports = {
+        progression,
+        deficiency
+    };
+}