imatrix-ui 2.9.15-boe8 → 2.9.15-boe81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/utils/common-util.js +1 -0
package/package.json
CHANGED
package/src/utils/common-util.js
CHANGED
|
@@ -229,6 +229,7 @@ export function setCustomSystemBackendUrl(customSystem) {
|
|
|
229
229
|
if (!Vue.prototype.projectModel || Vue.prototype.projectModel !== 'developing.model') {
|
|
230
230
|
// 表示是生产环境时,需要根据数据库配置获得对应的后端地址
|
|
231
231
|
const backendUrl = window.$authApi.getSystemCacheUrlByCode(customSystem)
|
|
232
|
+
console.log('setCustomSystemBackendUrl:' + backendUrl)
|
|
232
233
|
if (backendUrl) {
|
|
233
234
|
Vue.prototype.baseURL = getRelativeBaseUrl(backendUrl)
|
|
234
235
|
}
|