Commit 351b6b0a authored by 何虹's avatar 何虹 💬

代码错误

parent a0b49379
...@@ -22152,7 +22152,8 @@ class Control { ...@@ -22152,7 +22152,8 @@ class Control {
const param = { const param = {
app_code: appCode || this.requestClient.appCode, app_code: appCode || this.requestClient.appCode,
page_name: pageName || this.requestClient.pageName, page_name: pageName || this.requestClient.pageName,
usable: 1 usable: 1,
db_name: this.getRealDbName(),
} }
const url = (0,_common_commonModule__WEBPACK_IMPORTED_MODULE_0__.getPbWebDyncCode)(this.hasConfigDb()) const url = (0,_common_commonModule__WEBPACK_IMPORTED_MODULE_0__.getPbWebDyncCode)(this.hasConfigDb())
return this.requestClient.get(url, param) return this.requestClient.get(url, param)
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -293,7 +293,7 @@ class Control { ...@@ -293,7 +293,7 @@ class Control {
data.page_url = this.requestClient.pageName data.page_url = this.requestClient.pageName
} }
const url = getPbWebDyncCode(this.hasConfigDb()) const url = getPbWebDyncCode(this.hasConfigDb())
return this.requestClient.post(url, data, getInitDbConfigParam) return this.requestClient.post(url, data, this.getInitDbConfigParam())
} }
} }
export default Control export default Control
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