فهرست منبع

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
+    };
+}