|
|
@@ -119,7 +119,7 @@ export const useSysStore = defineStore('system', {
|
|
|
async getThirdPartyThemeColor() {
|
|
|
if (this.tenantCode)
|
|
|
return
|
|
|
- const accessId = this.getAccessIdFromPath()
|
|
|
+ const accessId = this.getAccessIdFromPath() || 'ch_002'
|
|
|
try {
|
|
|
const res = await Apis.sys.appAccess({ pathParams: { accessId } })
|
|
|
this.thirdPartyName = res.data.accessName
|