yuansh 2 years ago
parent
commit
3ecc31c91d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/layouts/TabLayout.vue

+ 1 - 1
src/components/layouts/TabLayout.vue

@@ -84,7 +84,7 @@ export default {
         multipage () {
             // 判断如果是手机模式,自动切换为单页面模式
             if (this.isMobile()) {
-                return false
+                // return false
             } else {
                 return this.$store.state.app.multipage
             }