Commit abda0016 authored by youjie's avatar youjie

no message

parent d5c4d7b3
......@@ -180,7 +180,7 @@ export const useSystemConfigStore = defineStore('systemConfig', {
// 保存租户信息
this.tenantId = data.tenantId || null
this.domainName = data.config.domainName || null
this.domainName = data.config?.domainName || null
this.distributorId = data.distributorId || 0
// 保存平台配置
......
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