Browse Source

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

dengdx 2 months ago
parent
commit
650a712347
1 changed files with 1 additions and 1 deletions
  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',