lusa 1 tuần trước cách đây
mục cha
commit
04f04688af
1 tập tin đã thay đổi với 1 bổ sung16 xóa
  1. 1 16
      ui/sp-user-center/src/views/index.vue

+ 1 - 16
ui/sp-user-center/src/views/index.vue

@@ -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 '';
     }