feat: 更新 kv_app 表的 proxy 默认值为 true,调整应用列表中的 proxy 处理逻辑
This commit is contained in:
@@ -244,7 +244,7 @@ app
|
||||
uid,
|
||||
version: version || '0.0.0',
|
||||
title: appKey,
|
||||
proxy: appKey.includes('center') ? false : true,
|
||||
proxy: true,
|
||||
description: description || '',
|
||||
data: {
|
||||
files: files || [],
|
||||
|
||||
Reference in New Issue
Block a user