Browse Source

feat: remove the home page type from the profile page

windyeasy 4 weeks ago
parent
commit
a04f4877c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/profile/index.vue

+ 1 - 1
src/pages/profile/index.vue

@@ -1,5 +1,5 @@
 <!-- 使用 type="home" 属性设置首页,其他页面不需要设置,默认为page;推荐使用json5,更强大,且允许注释 -->
-<route lang="json5" type="home">
+<route lang="json5">
 {
   style: {
     navigationStyle: 'custom',