2 次代码提交 e227c9d7f1 ... ecfb0dfa0a

作者 SHA1 备注 提交日期
  lusa ecfb0dfa0a Merge branch 'master' of https://gogs.storlead.com/storlead/storlead-centre-platform 1 周之前
  lusa 04f04688af tijiao 1 周之前
共有 1 个文件被更改,包括 1 次插入16 次删除
  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 '';
     }