소스 검색

修改默认打开的页面,不再使用index hello world页面

dengdx 4 달 전
부모
커밋
650a712347
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/app.config.ts

+ 1 - 1
src/app.config.ts

@@ -1,5 +1,5 @@
 export default defineAppConfig({
-  pages: ['pages/index/index', 'pages/demo/App'],
+  pages: ['pages/demo/App'],
   window: {
     backgroundTextStyle: 'light',
     navigationBarBackgroundColor: '#fff',