Browse Source

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

vian 5 năm trước cách đây
mục cha
commit
f68837f039
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  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
+    };
+}