|
|
@@ -21,21 +21,6 @@
|
|
|
<img :src="getIconPath(page.pageIcon || page.appName)" :alt="page.appName" />
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
</div>
|
|
|
<span class="icon-label">{{ page.appName }}</span>
|
|
|
</div>
|
|
|
@@ -64,7 +49,7 @@ interface AppInfo {
|
|
|
const appList = ref<AppInfo[]>([]);
|
|
|
|
|
|
// Helper to get icon path
|
|
|
-const getIconPath = (name: string | undefined) => {
|
|
|
+const getIconPath = (name: string) => {
|
|
|
if (!name) {
|
|
|
return '';
|
|
|
}
|