Browse Source

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

dengdx 4 tháng trước cách đây
mục cha
commit
650a712347
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',