fix: m
							parent
							
								
									de9f4af8e7
								
							
						
					
					
						commit
						bcf1a8f422
					
				| 
						 | 
					@ -45,7 +45,7 @@ export default {
 | 
				
			||||||
    const appName = ref('')
 | 
					    const appName = ref('')
 | 
				
			||||||
    const allAppList = ref([])
 | 
					    const allAppList = ref([])
 | 
				
			||||||
    const getAppsList = async () => {
 | 
					    const getAppsList = async () => {
 | 
				
			||||||
      const data = await getAppList({ trxToken: getTrxToken() })
 | 
					      const data = await getAppList()
 | 
				
			||||||
      if (data.success) {
 | 
					      if (data.success) {
 | 
				
			||||||
        allAppList.value = data.data.map(item => {
 | 
					        allAppList.value = data.data.map(item => {
 | 
				
			||||||
          item.icon = getAppIcon()
 | 
					          item.icon = getAppIcon()
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue