瀏覽代碼

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

vian 5 年之前
父節點
當前提交
f68837f039
共有 1 個文件被更改,包括 8 次插入0 次删除
  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
+    };
+}