diff --git a/admin/src/app/views/app/store.vue b/admin/src/app/views/app/store.vue index 598f4a47b..f68ec0881 100644 --- a/admin/src/app/views/app/store.vue +++ b/admin/src/app/views/app/store.vue @@ -463,13 +463,13 @@ const localListFn = () => { localListFn() const handleClick = (tab: TabsPaneContext, event: Event) => { - if (tab.paneName == 'buy' && localList.value.error != '') { - ElMessage({ - message: localList.value.error, - grouping: true, - type: 'error' - }) - } + // if (tab.paneName == 'buy' && localList.value.error != '') { + // ElMessage({ + // message: localList.value.error, + // grouping: true, + // type: 'error' + // }) + // } } const currAddon = ref('') diff --git a/admin/src/app/views/index/store.vue b/admin/src/app/views/index/store.vue index 08811e649..5b09e5c92 100644 --- a/admin/src/app/views/index/store.vue +++ b/admin/src/app/views/index/store.vue @@ -542,13 +542,13 @@ const localListFn = () => { localListFn() const handleClick = (tab: TabsPaneContext, event: Event) => { - if (tab.paneName == 'buy' && localList.value.error != '') { - ElMessage({ - message: localList.value.error, - grouping: true, - type: 'error' - }) - } + // if (tab.paneName == 'buy' && localList.value.error != '') { + // ElMessage({ + // message: localList.value.error, + // grouping: true, + // type: 'error' + // }) + // } } const currAddon = ref('') diff --git a/niucloud/app/install/controller/Index.php b/niucloud/app/install/controller/Index.php index d28d3c1bb..d96d26107 100644 --- a/niucloud/app/install/controller/Index.php +++ b/niucloud/app/install/controller/Index.php @@ -247,7 +247,7 @@ class Index extends BaseInstall return fail($res[ 'msg' ]); } //安装插件 todo - $this->installAddon(); +// $this->installAddon(); Cache::set('install_status', 1);//成功 return success();