This commit is contained in:
全栈小学生 2023-10-23 19:23:45 +08:00
parent 7dd99d86a3
commit d3158d7672
3 changed files with 15 additions and 15 deletions

View File

@ -463,13 +463,13 @@ const localListFn = () => {
localListFn() localListFn()
const handleClick = (tab: TabsPaneContext, event: Event) => { const handleClick = (tab: TabsPaneContext, event: Event) => {
if (tab.paneName == 'buy' && localList.value.error != '') { // if (tab.paneName == 'buy' && localList.value.error != '') {
ElMessage({ // ElMessage({
message: localList.value.error, // message: localList.value.error,
grouping: true, // grouping: true,
type: 'error' // type: 'error'
}) // })
} // }
} }
const currAddon = ref('') const currAddon = ref('')

View File

@ -542,13 +542,13 @@ const localListFn = () => {
localListFn() localListFn()
const handleClick = (tab: TabsPaneContext, event: Event) => { const handleClick = (tab: TabsPaneContext, event: Event) => {
if (tab.paneName == 'buy' && localList.value.error != '') { // if (tab.paneName == 'buy' && localList.value.error != '') {
ElMessage({ // ElMessage({
message: localList.value.error, // message: localList.value.error,
grouping: true, // grouping: true,
type: 'error' // type: 'error'
}) // })
} // }
} }
const currAddon = ref('') const currAddon = ref('')

View File

@ -247,7 +247,7 @@ class Index extends BaseInstall
return fail($res[ 'msg' ]); return fail($res[ 'msg' ]);
} }
//安装插件 todo //安装插件 todo
$this->installAddon(); // $this->installAddon();
Cache::set('install_status', 1);//成功 Cache::set('install_status', 1);//成功
return success(); return success();