fix 获取application时 在公众号判断不对
This commit is contained in:
parent
6ac23d04d5
commit
063b2a574d
|
|
@ -126,7 +126,7 @@ export async function getApplication(params, context) {
|
|||
applications2 = await context.select('application', {
|
||||
data,
|
||||
filter: {
|
||||
type,
|
||||
type: 'web',
|
||||
system: {
|
||||
domain$system: {
|
||||
url: domain,
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ async function getApplication(params, context) {
|
|||
applications2 = await context.select('application', {
|
||||
data,
|
||||
filter: {
|
||||
type,
|
||||
type: 'web',
|
||||
system: {
|
||||
domain$system: {
|
||||
url: domain,
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ export async function getApplication<ED extends EntityDict>(
|
|||
{
|
||||
data,
|
||||
filter: {
|
||||
type,
|
||||
type: 'web',
|
||||
system: {
|
||||
domain$system: {
|
||||
url: domain,
|
||||
|
|
|
|||
Loading…
Reference in New Issue