瀏覽代碼

修改主菜单

tags/AL.0.8.0_20240113_base
yuan 1 年之前
父節點
當前提交
291458f78f
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      src/app.config.ts

+ 2
- 2
src/app.config.ts 查看文件

@@ -24,13 +24,13 @@ export default defineAppConfig({
text: '通知'
},
{
pagePath: 'pages/contact/index',
pagePath: 'pages/invite/index',
selectedIconPath: 'images/calendar-plus-solid-397ef5.png',
iconPath: 'images/calendar-plus-regular-797979.png',
text: '新邀约'
},
{
pagePath: 'pages/invite/index',
pagePath: 'pages/contact/index',
selectedIconPath: 'images/address-book-solid-397ef5.png',
iconPath: 'images/address-book-regular-797979.png',
text: '通讯录'


Loading…
取消
儲存