Sfoglia il codice sorgente

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

dengdx 4 mesi fa
parent
commit
650a712347
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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',