From 576d0d072123b37113e1ac0838b9cf96ff7372c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 15 Oct 2025 17:59:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=9D=83?= =?UTF-8?q?=E9=99=90=E6=8E=A7=E5=88=B61?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/common.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/store/modules/common.ts b/src/store/modules/common.ts index 25168694..94f92192 100644 --- a/src/store/modules/common.ts +++ b/src/store/modules/common.ts @@ -22,9 +22,6 @@ export const commonStore = defineStore('common', () => { goods_order_by_type_list: [] as any[], //---- 商品排序 data_order_by_rule_list: [] as any[], //---- 数据排序 brand_order_by_type_list: [] as any[], //---- 品牌排序 - diy_config_operate: { - is_base_data: 1, //---- 是否需要基础数据 - } as any, //---- diy配置权限 config: { common_amap_map_ak: '', common_amap_map_safety_ak: '', @@ -49,6 +46,7 @@ export const commonStore = defineStore('common', () => { diy_upload_url: '' as string, //diy导入 attachment_category_operate: {} as any, // 附件分类权限 attachment_operate: {} as any, // 附件权限 + diy_config_operate: {} as any, //---- diy配置权限 } as any, // 基础数据配置参数 preview_url: '', });