Commit e5846f0d authored by 何虹's avatar 何虹 💬

s

parent 60433530
...@@ -84,10 +84,10 @@ class Root { ...@@ -84,10 +84,10 @@ class Root {
this.axios = _axios || (axios__WEBPACK_IMPORTED_MODULE_0___default()) this.axios = _axios || (axios__WEBPACK_IMPORTED_MODULE_0___default())
} }
getParseGlobalParams () { getParseGlobalParams () {
return hs_util_js__WEBPACK_IMPORTED_MODULE_1___default().SystemModule.parseGlobalParams() return hs_util_js__WEBPACK_IMPORTED_MODULE_1___default().SystemModule.parseGlobalParams() || {}
} }
getuUrlParam () { getuUrlParam () {
hs_util_js__WEBPACK_IMPORTED_MODULE_1___default().SystemModule.getUrlParams() hs_util_js__WEBPACK_IMPORTED_MODULE_1___default().SystemModule.getUrlParams() || {}
} }
filterEmptyValue (obj) { filterEmptyValue (obj) {
if (!obj) return if (!obj) return
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -9,7 +9,7 @@ class Root { ...@@ -9,7 +9,7 @@ class Root {
return hsUtil.SystemModule.parseGlobalParams() || {} return hsUtil.SystemModule.parseGlobalParams() || {}
} }
getuUrlParam () { getuUrlParam () {
hsUtil.SystemModule.getUrlParams() || {} return hsUtil.SystemModule.getUrlParams() || {}
} }
filterEmptyValue (obj) { filterEmptyValue (obj) {
if (!obj) return if (!obj) return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment