소스 검색

修改主菜单

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: '通讯录'


불러오는 중...
취소
저장