develop
时启龙 2024-08-30 21:47:09 +08:00
parent de9f4af8e7
commit bcf1a8f422
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export default {
const appName = ref('')
const allAppList = ref([])
const getAppsList = async () => {
const data = await getAppList({ trxToken: getTrxToken() })
const data = await getAppList()
if (data.success) {
allAppList.value = data.data.map(item => {
item.icon = getAppIcon()